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.

A013812 a(n) = 20^(4*n + 1).

Original entry on oeis.org

20, 3200000, 512000000000, 81920000000000000, 13107200000000000000000, 2097152000000000000000000000, 335544320000000000000000000000000, 53687091200000000000000000000000000000, 8589934592000000000000000000000000000000000, 1374389534720000000000000000000000000000000000000
Offset: 0

Views

Author

Keywords

Crossrefs

Subsequence of A009964.

Programs

Formula

a(n) = 160000*a(n-1). - Harvey P. Dale, Dec 30 2012
From Elmo R. Oliveira, Jul 13 2025: (Start)
G.f.: 20/(1-160000*x).
E.g.f.: 20*exp(160000*x).
a(n) = A013776(n)*A013792(n) = A009964(A016813(n)). (End)