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-3 of 3 results.

A013733 a(n) = 3^(3n+2).

Original entry on oeis.org

9, 243, 6561, 177147, 4782969, 129140163, 3486784401, 94143178827, 2541865828329, 68630377364883, 1853020188851841, 50031545098999707, 1350851717672992089, 36472996377170786403, 984770902183611232881, 26588814358957503287787
Offset: 0

Views

Author

Keywords

Comments

Additive digital root of a(n) is equal to 9. - Miquel Cerda, Oct 31 2016

Crossrefs

Programs

Formula

a(n)=27*a(n-1), n>0 ; a(0)=9 . G.f.: 9/(1-27*x). - Philippe Deléham, Nov 25 2008

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)

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
Showing 1-3 of 3 results.