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.

A013782 a(n) = 5^(4*n + 1).

Original entry on oeis.org

5, 3125, 1953125, 1220703125, 762939453125, 476837158203125, 298023223876953125, 186264514923095703125, 116415321826934814453125, 72759576141834259033203125, 45474735088646411895751953125
Offset: 0

Views

Author

Keywords

Crossrefs

Subsequence of A000351.

Programs

Formula

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