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.

A053464 a(n) = n*5^(n-1).

Original entry on oeis.org

0, 1, 10, 75, 500, 3125, 18750, 109375, 625000, 3515625, 19531250, 107421875, 585937500, 3173828125, 17089843750, 91552734375, 488281250000, 2593994140625, 13732910156250, 72479248046875, 381469726562500
Offset: 0

Views

Author

Barry E. Williams, Jan 13 2000

Keywords

Comments

Arithmetic derivative of 5^n: a(n) = A003415(5^n). - Darrell Minor, Jul 21 2025

References

  • A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 194-196.

Crossrefs

Programs

Formula

a(n) = Sum_{k=0..n} 5^(n-k)*binomial(n-k+1, k)*binomial(1, (k+1)/2)*(1-(-1)^k)/2. - Paul Barry, Oct 15 2004
a(n) = 10*a(n-1) - 25*a(n-2); n>1; a(0)=0, a(1)=1.
Fourth binomial transform of n (starting 0, 1, 10...) Convolution of powers of 5.
G.f.: x/(1-5*x)^2; E.g.f.: x*exp(5*x). - Paul Barry, Jul 22 2003
a(n) = - 25^n * a(-n) for all n in Z. - Michael Somos, Jun 26 2017
From Amiram Eldar, Oct 28 2020: (Start)
Sum_{n>=1} 1/a(n) = 5*log(5/4).
Sum_{n>=1} (-1)^(n+1)/a(n) = 5*log(6/5). (End)

Extensions

More terms from James Sellers, Feb 02 2000