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!)
A076590 First occurrence of n as a term in the continued fraction for zeta(2)=Pi^2/6. 0
1, 6, 12, 5, 37, 23, 8, 56, 83, 14, 107, 128, 111, 121, 20, 171, 346, 172, 57, 45, 607, 641, 968, 925, 239, 291, 44, 659, 396, 233, 186, 1353, 509, 739, 843, 681, 1020, 213, 577, 345, 670, 196, 287, 91, 54, 3510, 910, 800, 3462, 803, 503, 355, 3428, 1157, 247 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) (15000 precision digits) v=contfrac(zeta(2)); a(n)=if(n<0, 0, s=1; while(abs(n-component(v, s))>0, s++); s)
CROSSREFS
Cf. A032523.
Sequence in context: A335413 A356119 A263538 * A113660 A122859 A315773
KEYWORD
base,nonn
AUTHOR
Benoit Cloitre, Oct 20 2002
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 13 17:28 EDT 2024. Contains 372522 sequences. (Running on oeis4.)