File:Legendre's constant.svg

Summary

Description
English: The first 100,000 elements of the sequence (red line), where is the prime-counting function. Adrien-Marie Legendre conjectured in 1808 that this sequence would converge to a value of approximately 1.08366 (blue line), which became known as Legendre's constant. The actual limit was later shown to be exactly 1.
Français : En rouge, les 100 000 premiers termes de la suite , où est la fonction de compte des nombres premiers. Adrien-Marie Legendre a conjecturé en 1808 que cette suite converge vers un nombre valant approximativement 1,08366 (en bleu), qui est devenu la Constante de Legendre. Il a été prouvé plus tard que la limite exacte est 1.
Date
Source

Plotted in Maple and converted to SVG format in Inkscape by Ilmari Karonen, using the following Maple code by Sandrobt:

with(numtheory):
with(plots):
a:=vector(100000-1,i->[i+1,evalf(log(i+1)-(i+1)/pi(i+1))]):
b:=vector(100000-1,i->[i,1.08366]):
display(plot(b, color = blue,thickness=3),plot(a, color = red), view=[1..100000,0.8..1.2]);
Author Sandrobt and Ilmari Karonen
Other versions
File:Legendre constant.png
File:Legendre's constant 10 000 000.svg
SVG development
InfoField
Category:Number theory Category:Graphics created with Maple (software) Category:Prime Pi function

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-3.0#Legendre's%20constant.svg
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
Category:License migration redundant#Legendre's%20constant.svgCategory:GFDL#Legendre's%20constant.svg
You may select the license of your choice.
Category:Self-published work
Category:CC-BY-SA-3.0 Category:Created with Inkscape-undef Category:GFDL Category:Graphics created with Maple (software) Category:License migration redundant Category:Number theory Category:Prime Pi function Category:Self-published work Category:Valid SVG created with Inkscape