login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A167155 Exponential primorial constant Sum_{k>=0} 1/A140319(k). 2
1, 6, 1, 1, 1, 1, 1, 6, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This is a Liouville number and therefore transcendental.
LINKS
EXAMPLE
1 + 1/2^1 + 1/3^2 + 1/5^9 + 1/7^(5^9)+ ... = 1.6111116231111111111111111111111111111111...
Since 1/9 = 0.11111... and 1/5^9 = 512*10^(-9), the initial 10 digits are 1.611111623.
Since 1/A140319(4) = 1/7^1953125 = 7.7731519...*10^(-1650583), these digits are followed by a string of 1650573 "1"s, then followed by digits 8884263011....
MATHEMATICA
Clear[ep, s]; ep[0] = 1; ep[n_] := Prime[n]^ep[n-1]; s[n_] := s[n] = RealDigits[Sum[1/ep[k], {k, 0, n}], 10, 105] // First; s[n=1]; While[s[n] != s[n-1], n++]; s[n] (* Jean-François Alcover, Feb 13 2013 *)
PROG
(PARI) 1+1/2+1/3^2+1/5^9+1/7^5^9. /* The final dot is part of the code! */
CROSSREFS
Cf. A080219.
Sequence in context: A324396 A234959 A325471 * A369465 A268731 A080219
KEYWORD
cons,easy,nice,nonn
AUTHOR
M. F. Hasler, Nov 03 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)