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.

A153972 a(n) = 2^n + 6.

Original entry on oeis.org

7, 8, 10, 14, 22, 38, 70, 134, 262, 518, 1030, 2054, 4102, 8198, 16390, 32774, 65542, 131078, 262150, 524294, 1048582, 2097158, 4194310, 8388614, 16777222, 33554438, 67108870, 134217734, 268435462, 536870918, 1073741830, 2147483654
Offset: 0

Views

Author

Keywords

Comments

Old name was "a(n+1) = 2*(a(n) - 2) - 2, a(0) = 7".

Crossrefs

Cf. A209724.

Programs

Formula

a(n+1) = A209724(2*n-1). - L. Edson Jeffery, Nov 28 2012
From Vincenzo Librandi, May 13 2014: (Start)
G.f.: (7 - 13*x)/((1 - x)*(1 - 2*x)).
a(n) = 2^n + 6.
a(n) = 3*a(n-1) - 2*a(n-2) for n > 1. (End)
E.g.f.: exp(2*x) + 6*exp(x). - G. C. Greubel, Sep 01 2016
a(n) = 2*a(n-1) - 6 with a(0) = 7. - Elmo R. Oliveira, Nov 11 2023