login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078585 Decimal expansion of Sum {n=0..inf} 1/4^(2^n). 10
3, 1, 6, 4, 2, 1, 5, 0, 9, 0, 2, 1, 8, 9, 3, 1, 4, 3, 7, 0, 8, 0, 7, 9, 7, 3, 7, 5, 3, 0, 5, 2, 5, 2, 2, 1, 7, 0, 3, 3, 1, 1, 3, 7, 5, 9, 2, 0, 5, 5, 2, 8, 0, 4, 3, 4, 1, 2, 1, 0, 9, 0, 3, 8, 4, 3, 0, 5, 5, 6, 1, 4, 1, 9, 4, 5, 5, 5, 3, 0, 0, 0, 6, 0, 4, 8, 5, 3, 1, 3, 2, 4, 8, 3, 9, 7, 2, 6, 5, 6, 1, 7, 5, 5, 8 (list; constant; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Sum {0..infinity} 1/4^(2^n) = 0.316421509021893143708...

LINKS

Harry J. Smith, Table of n, a(n) for n = 0..20000

EXAMPLE

0.316421509021893143708079737530525221703311375920552804341210903843055...

MATHEMATICA

RealDigits[ N[ Sum[1/4^(2^n), {n, 0, Infinity}], 110]][[1]]

PROG

(PARI) { default(realprecision, 20080); x=suminf(n=0, 1/4^(2^n)); x*=10; for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b078585.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 11 2009]

CROSSREFS

Continued fraction is given in A006464. Cf. A007404, A078885, A078886, A078887, A078888, A078889, A078890, A036987.

Sequence in context: A185944 A131415 A121437 * A116551 A163330 A021320

Adjacent sequences:  A078582 A078583 A078584 * A078586 A078587 A078588

KEYWORD

cons,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 01 2002

EXTENSIONS

Fixed my PARI program, had -n Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 19 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.