A060759 a(n) = 7^(n^2).
1, 7, 2401, 40353607, 33232930569601, 1341068619663964900807, 2651730845859653471779023381601, 256923577521058878088611477224235621321607
Offset: 0
Links
- Harry J. Smith, Table of n, a(n) for n = 0..34
Programs
-
Mathematica
Table[7^n^2,{n,0,10}] (* Harvey P. Dale, Jan 07 2022 *)
-
PARI
a(n)={7^(n^2)} \\ Harry J. Smith, Jul 10 2009
Extensions
More terms from Olaf Voß, Feb 11 2008
Comments