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.

A034513 a(n) = 1^n + 3^n + 9^n.

Original entry on oeis.org

3, 13, 91, 757, 6643, 59293, 532171, 4785157, 43053283, 387440173, 3486843451, 31381236757, 282430067923, 2541867422653, 22876797237931, 205891146443557, 1853020231898563, 16677181828806733, 150094635684419611
Offset: 0

Views

Author

Keywords

Comments

Also the sum of n-th powers of the divisors of 9.

Crossrefs

Programs

Formula

G.f.: 1/(1-x)+1/(1-3*x)+1/(1-9*x). E.g.f.: e^x+e^(3*x)+e^(9*x). - Mohammad K. Azarian, Dec 26 2008
a(n) = 13*a(n-1) - 39*a(n-2) + 27*a(n-3), a(0)=3, a(1)=13, a(2)=91. - Harvey P. Dale, Apr 13 2012