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.

A206372 a(n) = 14 * 4^n - 1.

Original entry on oeis.org

13, 55, 223, 895, 3583, 14335, 57343, 229375, 917503, 3670015, 14680063, 58720255, 234881023, 939524095, 3758096383, 15032385535, 60129542143, 240518168575, 962072674303, 3848290697215, 15393162788863, 61572651155455, 246290604621823, 985162418487295
Offset: 0

Views

Author

Brad Clardy, Feb 07 2012

Keywords

Crossrefs

Programs

Formula

a(n) = 7*2^(2*n+1) - 1.
a(n) = (A199207(n+1) -3)/2 for n>=0.
From G. C. Greubel, Jan 05 2023: (Start)
a(n) = A005009(2*n+1) - 1.
G.f.: (13 - 10*x)/((1-x)*(1-4*x)).
E.g.f.: 14*exp(4*x) - exp(x). (End)