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.

A002042 a(n) = 7*4^n.

Original entry on oeis.org

7, 28, 112, 448, 1792, 7168, 28672, 114688, 458752, 1835008, 7340032, 29360128, 117440512, 469762048, 1879048192, 7516192768, 30064771072, 120259084288, 481036337152, 1924145348608, 7696581394432, 30786325577728, 123145302310912, 492581209243648
Offset: 0

Views

Author

Keywords

Comments

Subsequence of A000069, the odious numbers. - Reinhard Zumkeller, Aug 26 2007
A rectangular prism with edge lengths 2^n, 2^(n+1) and 2^(n+2) has a surface area 2* (2^n*2^(n+1) + 2^(n+1)*2^(n+2) + 2^n*2^(n+2)) which equals 4*a(n). - J. M. Bergot, Aug 07 2013
x = A306472(n) and y = a(n) satisfy the Lebesgue-Ramanujan-Nagell equation x^2 + 3^(6*n+1) = 4*y^3 (see Theorem 2.1 in Chakraborty, Hoque and Sharma). - Stefano Spezia, Feb 18 2019

Crossrefs

First differences of A083597. Bisection of A005009.
Cf. A306472 (37*27^n), A009971 (27^n), A000302 (4^n), A000290 (n^2), A000578 (n^3).

Programs

Formula

From Philippe Deléham, Nov 23 2008: (Start)
a(n) = 4*a(n-1), n > 0, with a(0) = 7.
G.f.: 7/(1-4*x). (End)
a(n) = 7*A000302(n). - Michel Marcus, Jun 24 2015
E.g.f.: 7*exp(4*x). - G. C. Greubel, Feb 18 2019