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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053209 Row sums of A051598. 1
1, 5, 14, 32, 68, 140, 284, 572, 1148, 2300, 4604, 9212, 18428, 36860, 73724, 147452, 294908, 589820, 1179644, 2359292, 4718588, 9437180, 18874364, 37748732, 75497468, 150994940, 301989884, 603979772, 1207959548, 2415919100 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(0) = 1, a(1) = 5, a(n+1) = 2*a(n) + 4, for n >= 1; a(n) = 9*2^(n-1) - 4, n >= 1.

MATHEMATICA

a=5; lst={1, a}; k=9; Do[a+=k; AppendTo[lst, a]; k+=k, {n, 0, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 16 2008]

CROSSREFS

Cf. A051598, A053208.

Sequence in context: A139754 A036595 A180668 * A014302 A038090 A094002

Adjacent sequences:  A053206 A053207 A053208 * A053210 A053211 A053212

KEYWORD

nonn,easy

AUTHOR

Asher Auel (asher.auel(AT)reed.edu) Dec 14, 1999

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 19:15 EST 2012. Contains 205852 sequences.