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

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

1,2

LINKS

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

EXAMPLE

1.40393682788217832057620607413720935453...

PROG

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

CROSSREFS

A048649 + A051158 = 2. Cf. A048164, A048650.

Sequence in context: A062525 A085655 A153615 * A200008 A086751 A048281

Adjacent sequences:  A048646 A048647 A048648 * A048650 A048651 A048652

KEYWORD

nonn,cons

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

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

Deleted old PARI program Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 20 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 15 07:18 EST 2012. Contains 205702 sequences.