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.

A013833 a(n) = 4^(5*n + 4).

Original entry on oeis.org

256, 262144, 268435456, 274877906944, 281474976710656, 288230376151711744, 295147905179352825856, 302231454903657293676544, 309485009821345068724781056, 316912650057057350374175801344, 324518553658426726783156020576256
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A000302 (4^n), A016897 (5*n+4).

Programs

Formula

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