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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A165902 a(0)=0, a(1)=1, a(n-1)+3^(n-3)*a(n-2) 0
0, 1, 1, 2, 5, 23, 158, 2021, 40415, 1513724, 89901329, 10021444493, 1779549303200, 593535825170357, 315835356239140757, 315745107820598835194, 503859317773076207957705, 1510702921925354866376968691 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

PROG

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

CROSSREFS

Cf. A015460, A165901.

Sequence in context: A003501 A006990 A032182 * A191600 A167142 A136731

Adjacent sequences:  A165899 A165900 A165901 * A165903 A165904 A165905

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 17 06:27 EST 2012. Contains 205998 sequences.