A135349 6^n*5^(n^2).
1, 30, 22500, 421875000, 197753906250000, 2317428588867187500000, 678934156894683837890625000000, 4972662281943485140800476074218750000000
Offset: 0
Keywords
Programs
-
Mathematica
Table[6^n*5^n^2,{n,0,8}] (* Harvey P. Dale, Aug 05 2015 *)
Comments