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.

A155625 a(n) = 11^n + 4^n - 1.

Original entry on oeis.org

1, 14, 136, 1394, 14896, 162074, 1775656, 19503554, 214424416, 2358209834, 25938473176, 285315864914, 3138445153936, 34522779252794, 379750102018696, 4177249243157474, 45949734158539456, 505447045679162954, 5559917382211708216, 61159090723292453234, 672749996032071636976
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 29 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-11*x)+1/(1-4*x)-1/(1-x).
E.g.f.: exp(11*x)+exp(4*x)-exp(x).
a(n) = 15*a(n-1)-44*a(n-2)-30 with a(0) = 1, a(1) = 14. - Vincenzo Librandi, Jul 21 2010