|
|
A348019
|
|
Decimal expansion of Sum_{k>=1} prime(k)/10^(2^k).
|
|
0
|
|
|
2, 0, 3, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
(list;
constant;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
-1,1
|
|
COMMENTS
|
This constant appears in a formula derived by Sierpiński (1952) that generates all the prime numbers.
As in the case of other formulas for calculating prime numbers, this formula is not practical: for calculating the k-th prime one has to calculate the first k primes in order to get the constant with enough accuracy.
|
|
REFERENCES
|
Ralph G. Archibald, An introduction to the theory of numbers, Merrill, 1970, p. 282.
Raymond Ayoub, An introduction to the analytic theory of numbers, AMS, 1963, p. 129.
Paulo Ribenboim, The New Book of Prime Number Records, Springer, 1996, p. 182.
|
|
LINKS
|
|
|
FORMULA
|
prime(n) = floor(c * 10^(2^n)) - 10^(2^(n-1)) * floor(c * 10^(2^(n-1))), where c is this constant (Sierpiński, 1952).
|
|
EXAMPLE
|
0.02030005000000070000000000000011000000000000000000...
|
|
MATHEMATICA
|
RealDigits[Sum[Prime[i]/10^(2^i), {i, 1, 7}]][[1]]
|
|
CROSSREFS
|
|
|
KEYWORD
|
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|