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.

A134987 Third extended Jacobsthal recurrence: a(n)=4a(n-1)-6(n-2)+4a(n-3)-a(n-4)+2a(n-5).

Original entry on oeis.org

0, 0, 0, 0, 1, 4, 10, 20, 35, 58, 100, 192, 405, 880, 1874, 3844, 7631, 14886, 29020, 57192, 114249, 230300, 465226, 936948, 1877771, 3748498, 7470532, 14895728, 29749837, 59514152, 119166962, 238627620, 477606935, 955315390, 1909991772, 3818208792
Offset: 0

Views

Author

Paul Curtz, Feb 05 2008

Keywords

Comments

See A134658. Sequence is identical to half its fourth differences from second term.

Programs

  • Mathematica
    LinearRecurrence[{4,-6,4,-1,2},{0,0,0,0,1},60] (* Harvey P. Dale, Jul 12 2011 *)

Formula

O.g.f.: -1/[9(2x-1)]+(-4x^3-2x^2-1)/[9(x^4+2x^2-2x+1)]. - R. J. Mathar, Feb 06 2008

Extensions

More terms from Harvey P. Dale, Jul 12 2011