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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059723 Mean of first 2^n nonnegative powers of 3, i.e. (1+3+3^2+...+3^(2^n-1))/2^n. 6
1, 2, 10, 410, 1345210, 28953440450810, 26825654846035253786389446010, 46055408506791340513753409614892651037805514032327504332410 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

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

FORMULA

a(n) =(3^(2^n)-1)/2^(n+1)

EXAMPLE

a(3)=(1+3+9+27+81+243+729+2187)/8=3280/8=410

PROG

(PARI) { for (n=0, 11, write("b059723.txt", n, " ", (3^(2^n) - 1)/2^(n + 1)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 28 2009]

CROSSREFS

Cf. A059721, A059722.

Sequence in context: A015178 A206152 A013034 * A112449 A011824 A064300

Adjacent sequences:  A059720 A059721 A059722 * A059724 A059725 A059726

KEYWORD

nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Feb 07 2001

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 14 05:09 EST 2012. Contains 205570 sequences.