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.

A074624 a(n) = 8^n + 9^n.

Original entry on oeis.org

2, 17, 145, 1241, 10657, 91817, 793585, 6880121, 59823937, 521638217, 4560526225, 39970994201, 351149013217, 3091621642217, 27274838966065, 241075504183481, 2134495165562497, 18928981513351817, 168109033806481105
Offset: 0

Views

Author

Robert G. Wilson v, Aug 26 2002

Keywords

Crossrefs

Programs

Formula

From Mohammad K. Azarian, Jan 11 2009: (Start)
G.f.: 1/(1-8*x) + 1/(1-9*x).
E.g.f.: exp(8*x) + exp(9*x). (End)
a(n) = 17*a(n-1) - 72*a(n-2) with a(0)=2, a(1)=17. - Vincenzo Librandi, Jul 21 2010