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.

A228569 Binomial transform of A006497.

Original entry on oeis.org

2, 5, 19, 80, 343, 1475, 6346, 27305, 117487, 505520, 2175139, 9359135, 40270258, 173273885, 745558651, 3207971600, 13803182047, 59391995435, 255550431034, 1099576168865, 4731229551223, 20357419249520, 87593407593931, 376894780221095, 1621693678323682
Offset: 0

Views

Author

R. J. Mathar, Nov 10 2013

Keywords

Programs

  • Mathematica
    LinearRecurrence[{5,-3},{2,5},30] (* Harvey P. Dale, Sep 09 2017 *)

Formula

G.f.: ( 2-5*x ) / ( 1-5*x+3*x^2 ).
a(n) = 2*A116415(n)-5*A116315(n-1) for n>0.