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.

A140529 a(n) = 6*4^n - 1.

Original entry on oeis.org

5, 23, 95, 383, 1535, 6143, 24575, 98303, 393215, 1572863, 6291455, 25165823, 100663295, 402653183, 1610612735, 6442450943, 25769803775, 103079215103, 412316860415, 1649267441663, 6597069766655, 26388279066623, 105553116266495
Offset: 0

Views

Author

Paul Curtz, Jul 03 2008

Keywords

Crossrefs

Cf. A028894.

Programs

Formula

a(n) = 4*a(n-1) + 3, a(0)=5.
a(n) = A002023(n) - 1 = A000302(n+1) + A083420(n).
G.f.: ( 5-2*x ) / ( (4*x-1)*(x-1) ). - R. J. Mathar, Jul 08 2022