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.

A013737 a(n) = 5^(3*n + 2).

Original entry on oeis.org

25, 3125, 390625, 48828125, 6103515625, 762939453125, 95367431640625, 11920928955078125, 1490116119384765625, 186264514923095703125, 23283064365386962890625, 2910383045673370361328125, 363797880709171295166015625, 45474735088646411895751953125, 5684341886080801486968994140625
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

From Philippe Deléham, Nov 25 2008: (Start)
a(n) = 125*a(n-1); a(0)=25.
G.f.: 25/(1-125*x). (End)
From Elmo R. Oliveira, Jul 07 2025: (Start)
E.g.f.: 25*exp(125*x).
a(n) = 5*A013736(n) = A000351(A016789(n)). (End)