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!)
A079459 Decimal expansion of constant C > 0 such that Sum_{k>=1} C^k! = 1. 0
5, 9, 7, 4, 9, 5, 3, 9, 2, 5, 6, 6, 4, 3, 3, 6, 2, 3, 8, 7, 4, 7, 1, 3, 9, 5, 8, 8, 2, 5, 0, 7, 3, 8, 9, 9, 4, 0, 8, 3, 4, 1, 5, 1, 7, 3, 2, 6, 8, 1, 5, 3, 3, 5, 6, 4, 6, 6, 4, 5, 3, 0, 0, 5, 5, 6, 8, 1, 3, 9, 8, 1, 3, 8, 8, 5, 0, 7, 8, 2, 2, 3, 2, 1, 5, 5, 3, 2, 1, 8, 5, 5, 1, 5, 1, 6, 4, 2, 0, 0, 5, 6, 9, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
C = 0.5974953925664336... .
MATHEMATICA
digits = 105; Clear[f];
f[m_] := f[m] = Module[{s}, s[c_?NumericQ] := NSum[c^k!, {k, 1, m}, WorkingPrecision -> digits]; c /. FindRoot[s[c] == 1, {c, 1/2}, WorkingPrecision -> digits] // RealDigits // First];
f[1]; f[m = 2];
While[f[m] != f[m/2], m = 2 m; Print["m = ", m]];
f[m] (* Jean-François Alcover, Mar 10 2020 *)
CROSSREFS
Sequence in context: A199607 A233382 A021630 * A118309 A100106 A349161
KEYWORD
cons,nonn
AUTHOR
Benoit Cloitre, Jan 12 2003
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 May 6 22:30 EDT 2024. Contains 372297 sequences. (Running on oeis4.)