login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A133460
3^n*2^(n^2).
2
1, 6, 144, 13824, 5308416, 8153726976, 50096498540544, 1231171548132409344, 121029087867608368152576, 47590573814949492091483324416, 74853500292876717928978827574247424
OFFSET
0,2
COMMENTS
Hankel transform of A089022.
FORMULA
a(n)=3^n*2^(n^2)=A000244(n)*A002416(n).
MATHEMATICA
Table[3^n 2^n^2, {n, 0, 10}] (* Harvey P. Dale, Jul 28 2013 *)
CROSSREFS
Sequence in context: A090443 A379452 A307416 * A166953 A280847 A041271
KEYWORD
easy,nonn
AUTHOR
Philippe Deléham, Nov 28 2007
STATUS
approved