|
|
A135320
|
|
a(n) = 9^n * 8^(n^2).
|
|
2
|
|
|
1, 72, 331776, 97844723712, 1846757322198614016, 2230808147575757441788280832, 172462464674787958108367218731066064896, 853310183691766528293183623126485287871181154680832
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,2
|
|
COMMENTS
|
Hankel transform of A130980 .
|
|
LINKS
|
Vincenzo Librandi, Table of n, a(n) for n = 0..30
|
|
FORMULA
|
a(n) = 9^n * 8^(n^2) = A001019(n) * A060760(n).
|
|
MATHEMATICA
|
Table[9^n*8^(n^2), {n, 0, 10}] (* G. C. Greubel, Oct 09 2016 *)
|
|
PROG
|
(MAGMA) [9^n*8^(n^2): n in [0..10]]; // Vincenzo Librandi, May 31 2011
(PARI) a(n)=9^n*8^(n^2) \\ Charles R Greathouse IV, Oct 09 2016
|
|
CROSSREFS
|
Sequence in context: A318184 A290182 A008703 * A135427 A028671 A261815
Adjacent sequences: A135317 A135318 A135319 * A135321 A135322 A135323
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Philippe Deléham, Dec 06 2007
|
|
EXTENSIONS
|
Corrected a(5), Vincenzo Librandi, May 31 2011
|
|
STATUS
|
approved
|
|
|
|