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.

A013780 a(n) = 4^(4*n + 1).

Original entry on oeis.org

4, 1024, 262144, 67108864, 17179869184, 4398046511104, 1125899906842624, 288230376151711744, 73786976294838206464, 18889465931478580854784, 4835703278458516698824704, 1237940039285380274899124224
Offset: 0

Views

Author

Keywords

Programs

Formula

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