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.

A036083 Expansion of (-1+1/(1-5*x)^5)/(25*x); related to A036071.

Original entry on oeis.org

1, 15, 175, 1750, 15750, 131250, 1031250, 7734375, 55859375, 391015625, 2666015625, 17773437500, 116210937500, 747070312500, 4731445312500, 29571533203125, 182647705078125, 1116180419921875, 6755828857421875
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A036070, A036071. a(n)= A030527(n+1, 1) (first column of triangle).

Programs

  • Mathematica
    LinearRecurrence[{25,-250,1250,-3125,3125},{1,15,175,1750,15750},20] (* Harvey P. Dale, Aug 29 2024 *)
  • Sage
    [lucas_number2(n, 5, 0)*binomial(n,4)/5^6 for n in range(5, 24)] # Zerinvary Lajos, Mar 13 2009

Formula

a(n) = 5^(n-1)*binomial(n+5, 4);
g.f. (-1+(1-5*x)^(-5))/(x*5^2).