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.

A013736 a(n) = 5^(3*n + 1).

Original entry on oeis.org

5, 625, 78125, 9765625, 1220703125, 152587890625, 19073486328125, 2384185791015625, 298023223876953125, 37252902984619140625, 4656612873077392578125, 582076609134674072265625, 72759576141834259033203125
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A013737.

Programs

Formula

From Philippe Deléham, Nov 25 2008: (Start)
a(n) = 125*a(n-1); a(0)=5.
G.f.: 5/(1-125*x). (End)