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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135055 Pentanacci numbers: a[n]=a[n-1]+a[n-2]+a[n-3]+a[n-4]+a[n-5]; a[0] = -2; a[1] = -1; a[2] = 0; a[3] = 1; a[4] = 2. 1
-2, -1, 0, 1, 2, 0, 2, 5, 10, 19, 36, 72, 142, 279, 548, 1077, 2118, 4164, 8186, 16093, 31638, 62199, 122280, 240396, 472606, 929119, 1826600, 3591001, 7059722, 13879048, 27285490, 53641861, 105457122, 207323243, 407586764, 801294480, 1575303470, 3096965079, 6088473036, 11969622829 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Piezas, Tito III and Weisstein, Eric W., Pentanacci Number

FORMULA

G.f.: -(2*x-1)*(x+1)*(2*x^2+x+2)/(-1+x+x^2+x^3+x^4+x^5). a(n) = -2*A001591(n+4)+A001591(n+3)+3*A001591(n+2)+4*A001591(n+1)+4*A001591(n). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 18 2007

MATHEMATICA

a[n_] := a[n] = a[n - 1] + a[n - 2] + a[n - 3] + a[n - 4] + a[n - 5]; a[0] = -2; a[1] = -1; a[2] = 0; a[3] = 1; a[4] = 2; Table[a[n], {n, 0, 50}] (*Artur Jasinski*)

CROSSREFS

Cf. A001591, A135056, A135057, A135058, A135059.

Sequence in context: A193690 A108964 A036581 * A035148 A155077 A170968

Adjacent sequences:  A135052 A135053 A135054 * A135056 A135057 A135058

KEYWORD

sign

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Nov 15 2007

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 08:21 EST 2012. Contains 205998 sequences.