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.

A013713 a(n) = 8^(2n+1).

Original entry on oeis.org

8, 512, 32768, 2097152, 134217728, 8589934592, 549755813888, 35184372088832, 2251799813685248, 144115188075855872, 9223372036854775808, 590295810358705651712, 37778931862957161709568, 2417851639229258349412352
Offset: 0

Views

Author

Keywords

Comments

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

Crossrefs

Programs

Formula

a(n) = 64a(n-1), n>0. O.g.f.: 8/(1-64x). - R. J. Mathar, May 07 2008
a(n) = 8*A089357(n) = 2*A013734(n) = A013735(n)/2 . - Philippe Deléham, Nov 24 2008
From Ilya Gutkovskiy, Jul 03 2016: (Start)
E.g.f.: 8*exp(64*x).
a(n) = A001018(A005408(n)). (End)