The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A298529 Decimal expansion of lim_ {n->oo} (s(0) + s(1) + ... + s(n) - (n+1)*g), where g = 2.22287022972104..., s(n) = (s(n - 1) + e)^(1/2), s(0) = 2. 3
6, 3, 5, 5, 7, 1, 9, 6, 9, 3, 6, 9, 9, 3, 8, 4, 5, 2, 0, 3, 1, 9, 6, 1, 8, 4, 2, 0, 9, 8, 6, 7, 7, 7, 5, 4, 8, 1, 3, 5, 4, 6, 5, 2, 9, 2, 0, 5, 2, 1, 4, 4, 3, 9, 2, 0, 2, 3, 3, 9, 4, 4, 1, 1, 1, 4, 4, 2, 2, 6, 8, 4, 0, 3, 9, 0, 4, 9, 8, 7, 9, 3, 7, 7, 9, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
(lim_ {n->oo} s(n)) = g = positive zero of x^2 - x - e. See A298512 for a guide to related sequences.
LINKS
EXAMPLE
s(0) + s(1) + ... + s(n) - (n+1)*g -> 0.6355719693699384520319618420986777...
MATHEMATICA
s[0] = 2; d = E; p = 1/2;
g = (x /. NSolve[x^(1/p) - x - d == 0, x, 200])[[2]]
s[n_] := s[n] = (s[n - 1] + d)^p
N[Table[s[n], {n, 0, 30}]]
s = N[Sum[g - s[n], {n, 0, 200}], 150 ];
RealDigits[s, 10][[1]] (* A298529 *)
CROSSREFS
Sequence in context: A286982 A153595 A195482 * A245273 A199728 A199867
KEYWORD
nonn,easy,cons
AUTHOR
Clark Kimberling, Feb 12 2018
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 June 8 07:10 EDT 2024. Contains 373207 sequences. (Running on oeis4.)