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.

A013781 a(n) = 4^(4*n + 3).

Original entry on oeis.org

64, 16384, 4194304, 1073741824, 274877906944, 70368744177664, 18014398509481984, 4611686018427387904, 1180591620717411303424, 302231454903657293676544, 77371252455336267181195264, 19807040628566084398385987584
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A013721.

Programs

Formula

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