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!)
A298523 Decimal expansion of lim_ {n->oo} (s(0) + s(1) + ... + s(n) - (n + 1)*g), where g = 1.86676039917386..., s(n) = (s(n - 1) + (1+sqrt(5))/2)^(1/2), s(0) = 2. 4
1, 8, 1, 4, 9, 0, 0, 8, 3, 3, 3, 4, 2, 5, 0, 7, 8, 0, 8, 2, 2, 5, 3, 9, 3, 1, 2, 6, 3, 7, 4, 2, 1, 9, 8, 4, 3, 5, 7, 7, 0, 3, 6, 3, 4, 3, 7, 5, 9, 7, 0, 3, 7, 2, 4, 9, 9, 5, 1, 2, 3, 0, 6, 2, 4, 0, 8, 4, 1, 8, 3, 7, 8, 5, 4, 4, 3, 7, 2, 2, 5, 5, 6, 6, 6, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
(lim_ {n->oo} s(n)) = g = real zero of x^2 - x - (1+sqrt(5))/2. See A298512 for a guide to related sequences.
LINKS
EXAMPLE
s(0) + s(1) + ... + s(n) - (n + 1)*g -> 0.1814900833342507808225393126374219...
MATHEMATICA
s[0] = 2; d = GoldenRatio; 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]] (* A298523 *)
CROSSREFS
Sequence in context: A371874 A321095 A021555 * A223710 A163898 A280040
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 April 18 04:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)