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.

A059162 A hierarchical sequence (S(W'2{3}*c) - see A059126).

Original entry on oeis.org

12, 48, 144, 384, 960, 2304, 5376, 12288, 27648, 61440, 135168, 294912, 638976, 1376256, 2949120, 6291456, 13369344, 28311552, 59768832, 125829120, 264241152, 553648128, 1157627904, 2415919104, 5033164800, 10468982784, 21743271936, 45097156608, 93415538688
Offset: 0

Views

Author

Jonas Wallgren, Feb 02 2001

Keywords

Programs

  • PARI
    Vec(12/(2*x-1)^2 + O(x^40)) \\ Colin Barker, Oct 07 2015

Formula

a(n) = 12*A001787(n).
From Colin Barker, Oct 07 2015: (Start)
a(n) = 3*(2^(2+n)*(1+n)).
a(n) = 4*a(n-1)-4*a(n-2) for n>1.
G.f.: 12 / (2*x-1)^2.
(End)