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.

A013896 a(n) = 20^(5*n + 3).

Original entry on oeis.org

8000, 25600000000, 81920000000000000, 262144000000000000000000, 838860800000000000000000000000, 2684354560000000000000000000000000000, 8589934592000000000000000000000000000000000, 27487790694400000000000000000000000000000000000000
Offset: 0

Views

Author

Keywords

Crossrefs

Subsequence of A009964.

Programs

  • Magma
    [20^(5*n+3): n in [0..10]]; // Vincenzo Librandi, May 27 2011
  • Mathematica
    20^(5Range[0,20]+3) (* or *) NestList[3200000#&,8000,20] (* Harvey P. Dale, Dec 05 2021 *)

Formula

a(n) = 3200000*a(n-1), a(0)=8000. - Vincenzo Librandi, May 27 2011
From Elmo R. Oliveira, Jul 11 2025: (Start)
G.f.: 8000/(1-3200000*x).
E.g.f.: 8000*exp(3200000*x).
a(n) = A013824(n)*A013856(n) = A009964(A016885(n)). (End)