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.

A013725 a(n) = 20^(2*n + 1).

Original entry on oeis.org

20, 8000, 3200000, 1280000000, 512000000000, 204800000000000, 81920000000000000, 32768000000000000000, 13107200000000000000000, 5242880000000000000000000, 2097152000000000000000000000, 838860800000000000000000000000, 335544320000000000000000000000000
Offset: 0

Views

Author

Keywords

Crossrefs

Bisection of A009964 (20^n).

Programs

Formula

From Philippe Deléham, Nov 28 2008: (Start)
a(n) = 400*a(n-1); a(0)=20.
G.f.: 20/(1-400*x). (End)
From Elmo R. Oliveira, Jul 10 2025: (Start)
E.g.f.: 20*exp(400*x).
a(n) = A004171(n)*A013715(n) = A009964(A005408(n)). (End)