A060760 a(n) = 8^(n^2).
1, 8, 4096, 134217728, 281474976710656, 37778931862957161709568, 324518553658426726783156020576256, 178405961588244985132285746181186892047843328
Offset: 0
Links
- Harry J. Smith, Table of n, a(n) for n = 0..33
Programs
-
Mathematica
8^Range[0,10]^2 (* Harvey P. Dale, Jun 07 2025 *)
-
PARI
a(n)={8^(n^2)} \\ Harry J. Smith, Jul 11 2009
Formula
Extensions
More terms from Olaf Voß, Feb 11 2008
Comments