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.

A013721 a(n) = 16^(2*n + 1).

Original entry on oeis.org

16, 4096, 1048576, 268435456, 68719476736, 17592186044416, 4503599627370496, 1152921504606846976, 295147905179352825856, 75557863725914323419136, 19342813113834066795298816, 4951760157141521099596496896
Offset: 0

Views

Author

Keywords

Programs

Formula

From Philippe Deléham, Nov 27 2008: (Start)
a(n) = 256*a(n-1); a(0)=16.
G.f.: 16/(1-256*x).
a(n) = 4*A013780(n). (End)
Showing 1-1 of 1 results.