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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A048491 a(n)=T(8,n), array T given by A048483. 1
1, 10, 28, 64, 136, 280, 568, 1144, 2296, 4600, 9208, 18424, 36856, 73720, 147448, 294904, 589816, 1179640, 2359288, 4718584, 9437176, 18874360, 37748728, 75497464, 150994936, 301989880, 603979768, 1207959544, 2415919096 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

9 * 2^n - 8. - Ralf Stephan

Equals binomial transform of [1, 9, 9, 9,...]. - Gary W. Adamson (qntmpkt(AT)yahoo.com), Apr 29 2008

a(n)=2*a(n-1)+8 (with a(0)=1) [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 06 2010]

EXAMPLE

For n=1, a(1)=2*1+8=10; n=2, a(2)=2*10+8=28; n=3, a(3)=2*28+8=64 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 06 2010]

MATHEMATICA

a=1; lst={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

n-th difference of a(n), a(n-1), ..., a(0) is (9, 9, 9, ...).

Sequence in context: A169879 A054112 A053790 * A124703 A126364 A076712

Adjacent sequences:  A048488 A048489 A048490 * A048492 A048493 A048494

KEYWORD

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

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 14:20 EST 2012. Contains 205811 sequences.