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.

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