login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A079888
Continued fraction expansion of -x, where x is the unique nonzero real solution to Sum_{p prime} x^p = 0.
1
0, 1, 1, 1, 2, 3, 3, 6, 10, 2, 20, 24, 9, 1, 3, 1, 1, 23, 4, 1, 2, 1, 3, 1, 1, 5, 1, 1, 2, 3, 1, 1, 1, 2, 4, 2, 2, 1, 44, 1, 15, 2, 1, 40, 1, 5, 1, 1, 31, 1, 3, 28, 3, 1, 3, 1, 2, 2, 1, 2, 2, 1, 5, 4, 1, 5, 1, 6, 1, 152, 33, 1, 1, 1, 1, 1, 1, 4, 2, 7, 1, 1, 8, 2, 1, 1, 1, 9, 1, 2, 1, 1, 10, 2, 6, 1, 1, 1, 6
OFFSET
0,5
EXAMPLE
x=-0.6292332131386075877...
PROG
(PARI) /* 500 precision digits */ contfrac(solve(x=-1, -0.5, sum(k=1, 1000, x^prime(k))))
CROSSREFS
Cf. A078756 (decimal expansion).
Sequence in context: A218137 A320002 A129068 * A165257 A368223 A059191
KEYWORD
cofr,nonn
AUTHOR
Benoit Cloitre, Jan 13 2003
EXTENSIONS
Offset changed by Andrew Howroyd, Jul 06 2024
STATUS
approved