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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A140062 a(n) = 2*a(n-1) + 100. 0
1, 102, 304, 708, 1516, 3132, 6364, 12828, 25756, 51612, 103324, 206748, 413596, 827292, 1654684, 3309468, 6619036, 13238172, 26476444, 52952988, 105906076, 211812252, 423624604, 847249308, 1694498716 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(1) = 1; a(n+1), n>1 = 2*a(n) + 100. Binomial transform of [1, 101, 101, 101,...].

a(n)=101*2^(n-1) - 100. - Emeric Deutsch (deutsch(AT)duke.poly.edu), May 07 2008

EXAMPLE

a(4) = 708 = 2*a(3) + 100 = 2*304 + 100.

a(4) = 708 = (1, 3, 3, 1) dot (1, 101, 101, 101) = (1 + 303 + 303 + 101) binomial transform of 94)

MAPLE

seq(101*2^(n-1)-100, n=1..25); - Emeric Deutsch (deutsch(AT)duke.poly.edu), May 07 2008

CROSSREFS

Sequence in context: A202052 A173968 A173969 * A203407 A204867 A204860

Adjacent sequences:  A140059 A140060 A140061 * A140063 A140064 A140065

KEYWORD

nonn

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), May 03 2008

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), May 07 2008

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 11:25 EST 2012. Contains 205777 sequences.