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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A165901 a(0)=0, a(1)=1, a(n)=a(n-1)+2^(n-3)*a(n-2) 1
0, 1, 1, 2, 4, 12, 44, 236, 1644, 16748, 227180, 4514668, 120830828, 4743850860, 252205386604, 19683018509164, 2085749545569132, 324572324799712108, 68670413434009029484, 21339842291507941739372, 9022108271913939454266220 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

PROG

(PARI) a(n)=if(n<2, n, a(n-1)+2^(n-3)*a(n-2))

CROSSREFS

Cf. A015459.

Sequence in context: A039301 A180205 A131529 * A074449 A131387 A152453

Adjacent sequences:  A165898 A165899 A165900 * A165902 A165903 A165904

KEYWORD

nonn

AUTHOR

Jaume Oliver Lafont (joliverlafont(AT)gmail.com), Sep 29 2009

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 12:25 EST 2012. Contains 205786 sequences.