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.

A016164 Expansion of 1/((1-5*x)*(1-10*x)).

Original entry on oeis.org

1, 15, 175, 1875, 19375, 196875, 1984375, 19921875, 199609375, 1998046875, 19990234375, 199951171875, 1999755859375, 19998779296875, 199993896484375, 1999969482421875, 19999847412109375, 199999237060546875
Offset: 0

Views

Author

Keywords

Crossrefs

Second column of triangle A075500.

Programs

Formula

a(n) = (5^n)*Stirling2(n+2, 2), n >= 0, with Stirling2(n, m) = A008277(n, m).
a(n) = -5^n + 2*10^n.
G.f.: 1/((1-5*x)*(1-10*x)).
E.g.f.: (d^2/dx^2)((((exp(5*x)-1)/5)^2)/2!) = -exp(5*x) + 2*exp(10*x).
Sum_{k=1..n} 5^(k-1)*5^(n-k)*binomial(n, k). - Zerinvary Lajos, Sep 24 2006
a(0)=1, a(n) = 10*a(n-1) + 5^n. - Vincenzo Librandi, Feb 09 2011