login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A286902
a(1)=1, a(2)=2, a(3)=3, a(4)=4, a(5)=5, a(n)=5*a(n-5)+4*a(n-4)+3*a(n-3)+2*a(n-2)+a(n-1).
1
1, 2, 3, 4, 5, 35, 79, 195, 498, 1290, 3362, 8611, 22172, 57130, 147205, 379235, 976778, 2516243, 6481974, 16697759, 43013723, 110804025, 285433859, 735283984, 1894107464, 4879261724, 12569084165, 32378235236, 83407038514, 214858345697, 553479773713
OFFSET
1,2
FORMULA
G.f.: x*(15*x^4+6*x^3+x^2-x-1)/(5*x^5+4*x^4+3*x^3+2*x^2+x-1).
MATHEMATICA
With[{c=Range[5]}, LinearRecurrence[c, c, 40]]
CROSSREFS
Sequence in context: A024636 A004845 A124128 * A037401 A062509 A061537
KEYWORD
nonn
AUTHOR
Harvey P. Dale, May 15 2017
STATUS
approved