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.

A133667 a(n) = a(n-1) - 25*a(n-2), a(0)=1, a(1)=5.

Original entry on oeis.org

1, 5, -20, -145, 355, 3980, -4895, -104395, 17980, 2627855, 2178355, -63518020, -117976895, 1469973605, 4419395980, -32329944145, -142814843645, 665433759980, 4235804851105, -12400039148395, -118295160426020, 191705818283855
Offset: 0

Views

Author

Philippe Deléham, Dec 28 2007

Keywords

Crossrefs

Cf. A133607.

Programs

  • Mathematica
    LinearRecurrence[{1,-25},{1, 5}, 22] (* Georg Fischer, May 02 2019 *)
  • PARI
    Vec((1+4*x)/(1-x+25*x^2) + O(x^30)) \\ Michel Marcus, May 02 2019

Formula

G.f.: (1+4*x)/(1-x+25*x^2).
a(n) = Sum_{k=0..n} A133607(n,k)*5^k. - Philippe Deléham, Dec 29 2007

Extensions

a(10) corrected by Georg Fischer, May 02 2019