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.

A168616 a(n) = 2^n - 5.

Original entry on oeis.org

-4, -3, -1, 3, 11, 27, 59, 123, 251, 507, 1019, 2043, 4091, 8187, 16379, 32763, 65531, 131067, 262139, 524283, 1048571, 2097147, 4194299, 8388603, 16777211, 33554427, 67108859, 134217723, 268435451, 536870907, 1073741819, 2147483643
Offset: 0

Views

Author

Vincenzo Librandi, Dec 01 2009

Keywords

Programs

Formula

a(n) = 2*a(n-1) + 5.
G.f. (9*x - 4)/((x-1)*(2*x-1)). - R. J. Mathar, Feb 22 2012
a(n) = 3*a(n-1) - 2*a(n-2). - Vincenzo Librandi, Sep 19 2013
E.g.f.: exp(2*x) - 5*exp(x). - G. C. Greubel, Jul 27 2016

Extensions

Formula and examples edited to use correct offset by Jon E. Schoenfield, Jun 19 2010