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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111288 a(1) = a(2) = a(3) = a(4) = 1. For n>= 5, a(n) = a(n-1)*a(n-3) + a(n-2)*a(n-4). 3
1, 1, 1, 1, 2, 3, 5, 13, 49, 284, 3937, 196605, 56028733, 220640957641, 43379336062130626, 2430489281321503732285663, 536265482569392926735606762349877841, 23262840586898349755381222452865322555989091379459449 (list; graph; refs; listen; history; internal format)
OFFSET

1,5

PROG

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

CROSSREFS

Sequence in context: A048634 A012899 A110364 * A064526 A103594 A042695

Adjacent sequences:  A111285 A111286 A111287 * A111289 A111290 A111291

KEYWORD

easy,nonn

AUTHOR

Leroy Quet Nov 01 2005

EXTENSIONS

More terms from Lambert Klasen (lambert.klasen(AT)gmx.net), Nov 06 2005

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 15:44 EST 2012. Contains 206050 sequences.