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.

A013734 a(n) = 4^(3*n+1).

Original entry on oeis.org

4, 256, 16384, 1048576, 67108864, 4294967296, 274877906944, 17592186044416, 1125899906842624, 72057594037927936, 4611686018427387904, 295147905179352825856, 18889465931478580854784, 1208925819614629174706176
Offset: 0

Views

Author

Keywords

Comments

Additive digital root of a(n) = 4. - Miquel Cerda, Jul 02 2016

Crossrefs

Cf. A013735.

Programs

Formula

a(n) = 64*a(n-1), n>0 ; a(0)=4. G.f.: 4/(1-64*x). a(n)=4*A089357(n). - Philippe Deléham, Nov 24 2008
E.g.f.: 4*exp(64*x). - Ilya Gutkovskiy, Jul 02 2016