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!)
A006465 Continued fraction for 4^5*Sum_{n>=0} 1/4^(2^n).
(Formerly M5437)
3
324, 63, 1, 1023, 64, 1023, 1, 63, 1023, 1, 63, 1023, 1, 62, 1, 1023, 63, 1, 1023, 64, 1023, 1, 63, 1023, 1, 62, 1, 1023, 64, 1023, 1, 63, 1023, 1, 62, 1, 1023, 63, 1, 1023, 63, 1, 1023, 64, 1023, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Jeffrey Shallit, Simple continued fractions for some irrational numbers. J. Number Theory 11 (1979), no. 2, 209-217 [DOI]
EXAMPLE
324.015625238418579157... = 324 + 1/(63 + 1/(1 + 1/(1023 + 1/(64 + ...)))). - Harry J. Smith, May 12 2009
PROG
(PARI) { allocatemem(932245000); default(realprecision, 66000); x=4^5*suminf(n=0, 1/4^(2^n)); x=contfrac(x); for (n=1, 20001, write("b006465.txt", n-1, " ", x[n])); } \\ Harry J. Smith, May 12 2009
CROSSREFS
Cf. A160387 = Decimal expansion. - Harry J. Smith, May 12 2009
Sequence in context: A346387 A110709 A298271 * A272298 A088214 A117550
KEYWORD
nonn,cofr
AUTHOR
EXTENSIONS
Better description from Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), Dec 02 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 April 23 05:20 EDT 2024. Contains 371906 sequences. (Running on oeis4.)