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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121910 a(n)=3*a(n-1)*a(n-2)*a(n-3)*a(n-4) - a(n-5). 0
1, 1, 1, 1, 1, 2, 5, 29, 869, 756029, 285790302433, 16335219393063437264866, 9201358366190200404401435237110861938769705, 974280733982260001387199480743715947574882281407081424281636939485383475668184 (list; graph; refs; listen; history; internal format)
OFFSET

1,6

MATHEMATICA

a[n_] := a[n] = 3*a[n - 1]*a[n - 2]*a[n - 3]*a[n - 4] - a[n - 5]; a[0] = 1; a[1] = 1; a[2] = 1; a[3] = 1; a[4] = 1; Table[a[n], {n, 0, 15}]

CROSSREFS

Cf. A072879.

Sequence in context: A098717 A059784 A000283 * A073833 A179554 A086383

Adjacent sequences:  A121907 A121908 A121909 * A121911 A121912 A121913

KEYWORD

nonn

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Sep 09 2006

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Sep 15 2006

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 17:11 EST 2012. Contains 205938 sequences.