cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

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).

Original entry on oeis.org

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

Views

Author

Harvey P. Dale, May 15 2017

Keywords

Crossrefs

Programs

  • Mathematica
    With[{c=Range[5]},LinearRecurrence[c,c,40]]

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).
Showing 1-1 of 1 results.