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!)
A235063 Continued fraction expansion of Sum(i=1..inf, 1/2^(2^i+1) ). 0
2, 2, 4, 2, 8, 3, 8, 1, 8, 3, 4, 2, 12, 2, 8, 1, 8, 3, 4, 2, 8, 3, 8, 1, 12, 2, 4, 2, 12, 2, 8, 1, 8, 3, 4, 2, 8, 3, 8, 1, 8, 3, 4, 2, 12, 2, 8, 1, 12, 2, 4, 2, 8, 3, 8, 1, 12, 2, 4, 2, 12, 2, 8, 1, 8, 3, 4, 2, 8, 3, 8, 1, 8, 3, 4, 2, 12, 2, 8, 1, 8, 3, 4, 2, 8, 3, 8, 1, 12, 2, 4, 2, 12, 2, 8, 1, 12, 2, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
H. Cohn, Symmetry and specializability in continued fractions. arXiv preprint math/0008221 (2000), published in Acta Arithmetica 75 (1996): 4.
Jeffrey Shallit, Simple continued fractions for some irrational numbers, J. Number Theory 11 (1979), no. 2, 209-217.
FORMULA
0.40821075451094657... = (1/2) A007400.
Recurrence: a(8n)=1, a(8n+4)=a(16n+14)=a(32n+26)=2, a(16n+6)=a(32n+10)=3, a(8n+3)=4, a(8n+7)=a(16n+5)=a(32n+9)=8, a(16n+13)=a(32n+25)=12, a(8n+1)=a(4n+1), a(8n+2)=a(4n+2), starting 2,2,4 (conjectured).
EXAMPLE
0.40821075451094657... = 2/(2+1/(2+1/(4+1/(2+1/(8+1/(3+1/8...
PROG
(PARI) a(n)=contfrac(suminf(i=0, 1/2^(2^i+1)))[n+1]
CROSSREFS
Cf. A007400.
Sequence in context: A096154 A270365 A200147 * A084540 A364557 A297112
KEYWORD
cofr,nonn
AUTHOR
Ralf Stephan, Jan 03 2014
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 June 5 08:30 EDT 2024. Contains 373102 sequences. (Running on oeis4.)