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.

A155636 a(n) = 9^n + 5^n - 1.

Original entry on oeis.org

1, 13, 105, 853, 7185, 62173, 547065, 4861093, 43437345, 389373613, 3496550025, 31429887733, 282673677105, 2543086531453, 22882895970585, 205921649672773, 1853172776742465, 16677944639119693, 150098449994264745, 1350870791159320213, 12157760826488569425, 109419465968670562333
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 30 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-9*x)+1/(1-5*x)-1/(1-x).
E.g.f.: exp(9*x)+exp(5*x)-exp(x).
a(n) = 14*a(n-1)-45*a(n-2)-32 with a(0) = 1, a(1) = 13. - Vincenzo Librandi, Jul 21 2010