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.

Showing 1-1 of 1 results.

A013897 a(n) = 20^(5*n + 4).

Original entry on oeis.org

160000, 512000000000, 1638400000000000000, 5242880000000000000000000, 16777216000000000000000000000000, 53687091200000000000000000000000000000, 171798691840000000000000000000000000000000000, 549755813888000000000000000000000000000000000000000
Offset: 0

Views

Author

Keywords

Crossrefs

Subsequence of A009964.

Programs

  • Magma
    [20^(5*n+4): n in [0..10]]; // Vincenzo Librandi, May 27 2011
  • Mathematica
    20^(5*Range[0,10]+4) (* or *) NestList[3200000#&,160000,10] (* Harvey P. Dale, Feb 15 2016 *)

Formula

a(n) = 3200000*a(n-1), a(0)=160000. - Vincenzo Librandi, May 27 2011
From Elmo R. Oliveira, Jul 11 2025: (Start)
G.f.: 160000/(1-3200000*x).
E.g.f.: 160000*exp(3200000*x).
a(n) = A013825(n)*A013857(n) = A009964(A016897(n)). (End)
Showing 1-1 of 1 results.