A060758 a(n) = 5^(n^2).
1, 5, 625, 1953125, 152587890625, 298023223876953125, 14551915228366851806640625, 17763568394002504646778106689453125, 542101086242752217003726400434970855712890625, 413590306276513837435704346034981426782906055450439453125, 7888609052210118054117285652827862296732064351090230047702789306640625
Offset: 0
Keywords
References
- Miklos Bona, editor, Handbook of Enumerative Combinatorics, CRC Press, 2015, page 562.
Links
- Harry J. Smith, Table of n, a(n) for n = 0..37
Programs
-
Maxima
A060758(n):=5^(n^2)$ makelist(A060758(n),n,0,10); /* Martin Ettl, Nov 08 2012 */
-
PARI
a(n)={5^(n^2)} \\ Harry J. Smith, Jul 10 2009
Extensions
Typo in one term corrected by N. J. A. Sloane, Aug 31 2009 using the b-file
Comments