|
Search: id:A006467
|
|
|
| A006467 |
|
Continued fraction for Sum[ (-1)^n/3^(2^n),{n,0,Infinity} ]. (Formerly M3206)
|
|
+0 2
|
|
| 0, 4, 3, 1, 3, 5, 1, 3, 5, 3, 3, 1, 5, 3, 1, 3, 3, 5, 3, 1, 3, 5, 1, 3, 3, 5, 3, 1, 5, 3, 1, 3, 5, 3, 3, 1, 3, 5, 1, 3, 5, 3, 3, 1, 5, 3, 1, 3, 5, 3, 3, 1, 3, 5, 1, 3, 3, 5, 3, 1, 5, 3, 1, 3, 3, 5, 3, 1, 3, 5, 1, 3, 5, 3, 3, 1, 5, 3, 1, 3, 3, 5, 3, 1, 3, 5, 1, 3, 3, 5, 3, 1, 5, 3, 1, 3, 3, 5, 3, 1, 3, 5, 1, 3, 5
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
REFERENCES
|
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Shallit, Jeffrey; Simple continued fractions for some irrational numbers. J. Number Theory 11 (1979), no. 2, 209-217.
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=0,...,20000
J. O. Shallit, Simple continued fractions for some irrational numbers. J. Number Theory 11 (1979), no. 2, 209-217.
|
|
EXAMPLE
|
0.234415508674864614413415474... = 0 + 1/(4 + 1/(3 + 1/(1 + 1/(3 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 12 2009]
|
|
MAPLE
|
u := 3: v := 7: Buv := [u, 1, [0, u+1, u-1]]: for k from 2 to v do n := nops(Buv[3]): Buv := [u, Buv[2]+1, [seq(Buv[3][i], i=1..n-1), Buv[3][n]-(-1)^Buv[2], Buv[3][n]+(-1)^Buv[2], seq(Buv[3][n-i], i=1..n-2)]] od:seq(Buv[3][i], i=1..2^v); # first 2^v terms of A006467
|
|
PROGRAM
|
(PARI) { allocatemem(932245000); default(realprecision, 20000); x=suminf(n=0, (-1)^n/3^(2^n)); x=contfrac(x); for (n=1, 20001, write("b006467.txt", n-1, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 12 2009]
|
|
CROSSREFS
|
Cf. A160386 = Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 12 2009]
Sequence in context: A080758 A123683 A010306 this_sequence A119505 A130806 A016499
Adjacent sequences: A006464 A006465 A006466 this_sequence A006468 A006469 A006470
|
|
KEYWORD
|
nonn,cofr
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
EXTENSIONS
|
Better description and more terms from Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), Jun 19 2001
Maple program from Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), Dec 02 2002
|
|
|
Search completed in 0.002 seconds
|