The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059162 A hierarchical sequence (S(W'2{3}*c) - see A059126). 1
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
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)
PROG
(PARI) Vec(12/(2*x-1)^2 + O(x^40)) \\ Colin Barker, Oct 07 2015
CROSSREFS
Sequence in context: A239352 A292022 A265040 * A333032 A190622 A117027
KEYWORD
easy,nonn
AUTHOR
Jonas Wallgren, Feb 02 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 01:02 EDT 2024. Contains 372497 sequences. (Running on oeis4.)