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.

A155638 a(n) = 11^n+5^n-1^n.

Original entry on oeis.org

1, 15, 145, 1455, 15265, 164175, 1787185, 19565295, 214749505, 2359900815, 25947190225, 285360498735, 3138672517345, 34523932847055, 379755937098865, 4177278686993775, 45949882451462785, 505447791438746895
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 30 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-11*x)+1/(1-5*x)-1/(1-x). E.g.f.: e^(11*x)+e^(5*x)-e^x.
a(n) = 16*a(n-1)-55*a(n-2)-40 with a(0)=1, a(1)=15 - Vincenzo Librandi, Jul 21 2010