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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073587 a(n)=a(n-1)*2^n+1 where a(0)=1. 1
3, 13, 105, 1681, 53793, 3442753, 440672385, 112812130561, 57759810847233, 59146046307566593, 121131102837896382465, 496152997224023582576641, 4064485353259201188467843073, 66592528027798752271857140908033 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

a(n) = floor(D*2^(n*(n+1)/2)) where D is a constant, D=1.64163256065515386629...=sum(k>=0, 1/2^(k(k+1)/2)) - Benoit Cloitre (benoit7848c(AT)orange.fr), Sep 01 2002

PROG

25 A=1 30 for I=1 to 20 40 A=A*2^I+1 50 print A 60 next 70 end

CROSSREFS

Sequence in context: A127004 A068168 A098027 * A061377 A183604 A006860

Adjacent sequences:  A073584 A073585 A073586 * A073588 A073589 A073590

KEYWORD

easy,nonn

AUTHOR

Felice Russo (frusso(AT)micron.com), Aug 28 2002

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 15:20 EST 2012. Contains 205823 sequences.