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”).

A135427
a(n) = 8^n * 9^(n^2).
1
1, 72, 419904, 198359290368, 7589970693537140736, 23524081260686625628823519232, 5905684770308534937017423724484399202304, 120091666484242114100641836801136909254418910442160128
OFFSET
0,2
COMMENTS
Hankel transform of A132869.
LINKS
FORMULA
a(n) = 8^n*9^(n^2) = A001018(n)*A060761(n).
MATHEMATICA
Table[8^n * 9^(n^2), {n, 0, 15}] (* G. C. Greubel, Oct 14 2016 *)
PROG
(Magma) [8^n*9^(n^2): n in [0..10]]; // Vincenzo Librandi, May 26 2011
CROSSREFS
KEYWORD
nonn
AUTHOR
Philippe Deléham, Dec 12 2007
STATUS
approved