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.

A013836 a(n) = 5^(5*n + 3).

Original entry on oeis.org

125, 390625, 1220703125, 3814697265625, 11920928955078125, 37252902984619140625, 116415321826934814453125, 363797880709171295166015625, 1136868377216160297393798828125, 3552713678800500929355621337890625
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A000351 (5^n), A016885 (5*n+3).

Programs

Formula

From Philippe Deléham, Dec 03 2008: (Start)
a(n) = 3125*a(n-1), n > 0; a(0)=125.
G.f.: 125/(1-3125*x). (End)