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!)
A120220 Decimal expansion of sole real positive fixed point of Sum_{n>=0} x^Prime(n+1). 1
5, 5, 7, 8, 5, 8, 6, 5, 3, 7, 6, 7, 9, 5, 6, 6, 6, 3, 5, 7, 7, 2, 5, 9, 6, 6, 1, 1, 2, 5, 3, 6, 8, 8, 9, 7, 5, 4, 8, 5, 2, 2, 3, 9, 6, 8, 9, 0, 1, 8, 7, 7, 5, 7, 0, 2, 0, 2, 6, 0, 2, 5, 2, 4, 4, 6, 8, 1, 6, 6, 3, 1, 7, 0, 5, 1, 6, 4, 2, 9, 1, 5, 5, 5, 0, 2, 2, 5, 7, 4, 1, 9, 3, 4, 7, 9, 3, 3, 8, 1, 4, 0, 2, 8, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Only other fixed points are 0 and A120219. Function involved is equivalent to o.g.f. Sum_{n>0} A010051(n)*x^n, where A010051(0) is considered 0.
LINKS
EXAMPLE
0.55785865376795666357725966112536889754852239689...
MAPLE
Digits := 160 ; nmax := 3*Digits ; fx := -x; p := 2; while p < nmax do fx := fx + x^p ; p := nextprime(p) ; od: fxp := diff(fx, x) ; y := 0.557 ; for i from 1 to 100 do y := y-eval(fx, x=y)/eval(fxp, x=y) ; printf("%.120f\n", y) ; od: # R. J. Mathar, May 19 2009
MATHEMATICA
Select[NSolve[Sum[x^Prime[n + 1], {n, 0, (*arb*)250}] == x, x, (*arb*)80], Element[ #[[1]][[2]], Reals] && Positive[ #[[1]][[2]]] &][[1]][[1]][[2]]
CROSSREFS
Cf. A120219.
Sequence in context: A053671 A028278 A095943 * A320639 A153105 A201523
KEYWORD
cons,hard,nonn
AUTHOR
Joseph Biberstine (jrbibers(AT)indiana.edu), Jun 10 2006
EXTENSIONS
More digits from R. J. Mathar, May 19 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 19 17:51 EDT 2024. Contains 371797 sequences. (Running on oeis4.)