The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145029 Pentanacci numbers: a(n)=a(n-1)+a(n-2)+a(n-3)+a(n-4)+a(n-5), {1,2,3,4,5...}. 1
1, 2, 3, 4, 5, 15, 29, 56, 109, 214, 423, 831, 1633, 3210, 6311, 12408, 24393, 47955, 94277, 185344, 364377, 716346, 1408299, 2768643, 5443009, 10700674, 21036971, 41357596, 81306893, 159845143, 314247277, 617793880, 1214550789, 2387743982 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: x*(-1-x+2*x^3+5*x^4)/(-1+x+x^2+x^3+x^4+x^5). [Maksym Voznyy (voznyy(AT)mail.ru), Aug 12 2009]
MATHEMATICA
a=1; b=2; c=3; d=4; e=5; lst={a, b, c, d, e}; Do[f=a+b+c+d+e; AppendTo[lst, f]; a=b; b=c; c=d; d=e; e=f, {n, 5!}]; lst
LinearRecurrence[{1, 1, 1, 1, 1}, Range[5], 40](* Harvey P. Dale, Jun 20 2015 *)
CROSSREFS
Sequence in context: A096774 A201356 A183528 * A145030 A242948 A102738
KEYWORD
nonn
AUTHOR
EXTENSIONS
G.f. proposed by Maksym Voznyy checked and corrected by R. J. Mathar, Sep 16 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 12 22:05 EDT 2024. Contains 372495 sequences. (Running on oeis4.)