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.

A013835 a(n) = 5^(5*n + 2).

Original entry on oeis.org

25, 78125, 244140625, 762939453125, 2384185791015625, 7450580596923828125, 23283064365386962890625, 72759576141834259033203125, 227373675443232059478759765625, 710542735760100185871124267578125, 2220446049250313080847263336181640625
Offset: 0

Views

Author

Keywords

Programs

Formula

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