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!)
A209273 Decimal expansion of the continued fraction with elements given by A209272. 0
1, 6, 4, 4, 9, 4, 8, 6, 5, 0, 1, 1, 5, 9, 5, 7, 5, 6, 0, 9, 6, 0, 7, 7, 9, 4, 5, 0, 9, 7, 8, 5, 8, 0, 9, 1, 5, 8, 6, 3, 2, 9, 5, 3, 4, 9, 6, 4, 6, 6, 4, 3, 8, 7, 5, 9, 3, 7, 0, 2, 7, 6, 9, 2, 1, 4, 9, 2, 3, 3, 6, 0, 1, 6, 3, 1, 8, 4, 4, 2, 4, 8, 4, 6, 0, 7, 0, 6, 8, 1, 1, 7, 9, 0, 0, 2, 8, 6, 7, 0, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The numerator and the denominator of the n-th convergent for this number are always squarefree. Close to zeta(2) = 1.644934066848...
LINKS
PROG
(PARI) /* realprecision = 202 significant digits */ v=[1]; for(k=1, 200, m=1; while(issquarefree(contfracpnqn(concat(v, [m]))[1, 1])+issquarefree(contfracpnqn(concat(v, [m]))[2, 1])<2, m++); v=concat(v, [m]); print((contfracpnqn(v)[1, 1])*1./(contfracpnqn(v)[2, 1]), ""))
CROSSREFS
Cf. A209272.
Sequence in context: A110756 A200698 A013661 * A330934 A019174 A019166
KEYWORD
nonn,cons
AUTHOR
Benoit Cloitre, Jan 15 2013
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 10:38 EDT 2024. Contains 371791 sequences. (Running on oeis4.)