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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079069 a(n)=a(n-2)a(n-3)+a(n-3), n>3. a(1)=a(2)=a(3)=1. 1
1, 1, 1, 2, 2, 3, 6, 8, 21, 54, 176, 1155, 9558, 203456, 11040645, 1944642006, 2246285672576, 21470102051374515, 4368221476369196469462, 48227982626747161978326473216, 93786160880652497618461924784373935445 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

PROG

(PARI) a(n)=if(n<4, n>0, (1+a(n-2))*a(n-3))

CROSSREFS

Cf. A078919.

Sequence in context: A039870 A100948 A035571 * A019465 A077074 A163493

Adjacent sequences:  A079066 A079067 A079068 * A079070 A079071 A079072

KEYWORD

nonn,easy

AUTHOR

Michael Somos, Dec 22, 2002

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 16 06:18 EST 2012. Contains 205860 sequences.