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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053208 Row sums of A053207. 3
0, 3, 10, 24, 52, 108, 220, 444, 892, 1788, 3580, 7164, 14332, 28668, 57340, 114684, 229372, 458748, 917500, 1835004, 3670012, 7340028, 14680060, 29360124, 58720252, 117440508, 234881020, 469762044, 939524092, 1879048188 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

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

MATHEMATICA

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

CROSSREFS

Cf. A053207, A053209.

Sequence in context: A144413 A033811 A062446 * A179608 A192912 A168062

Adjacent sequences:  A053205 A053206 A053207 * A053209 A053210 A053211

KEYWORD

nonn,easy

AUTHOR

Asher Auel (asher.auel(AT)reed.edu) Dec 13, 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 13 21:09 EST 2012. Contains 205561 sequences.