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.

A074560 a(n) = 3^n + 8^n + 9^n.

Original entry on oeis.org

3, 20, 154, 1268, 10738, 92060, 794314, 6882308, 59830498, 521657900, 4560585274, 39971171348, 351149544658, 3091623236540, 27274843749034, 241075518532388, 2134495208609218, 18928981642491980, 168109034193901594, 1494966906911109428, 13310586967150560178
Offset: 0

Views

Author

Robert G. Wilson v, Aug 23 2002

Keywords

Crossrefs

Programs

Formula

From Mohammad K. Azarian, Dec 30 2008: (Start)
G.f.: 1/(1-3*x) + 1/(1-8*x) + 1/(1-9*x).
E.g.f.: exp(3*x) + exp(8*x) + exp(9*x). (End)
a(n) = 20*a(n-1) - 123*a(n-2) + 216*a(n-3) for n>2. - Wesley Ivan Hurt, Aug 15 2016