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.

A013813 a(n) = 20^(4*n + 3).

Original entry on oeis.org

8000, 1280000000, 204800000000000, 32768000000000000000, 5242880000000000000000000, 838860800000000000000000000000, 134217728000000000000000000000000000, 21474836480000000000000000000000000000000, 3435973836800000000000000000000000000000000000
Offset: 0

Views

Author

Keywords

Crossrefs

Subsequence of A009964.

Programs

  • Magma
    [20^(4*n+3): n in [0..15]]; // Vincenzo Librandi, Jul 06 2011
  • Mathematica
    20^(4*Range[0, 10] + 3) (* or *)
    NestList[160000*# &, 8000, 10] (* Paolo Xausa, Jul 21 2025 *)

Formula

From Elmo R. Oliveira, Jul 13 2025: (Start)
G.f.: 8000/(1-160000*x).
E.g.f.: 8000*exp(160000*x).
a(n) = 160000*a(n-1).
a(n) = A013777(n)*A013793(n) = A009964(A004767(n)). (End)
Showing 1-1 of 1 results.