A076783 a(n) = 11^(n^2).
1, 11, 14641, 2357947691, 45949729863572161, 108347059433883722041830251, 30912680532870672635673352936887453361, 1067189571633593786424240872639621090354383081702091, 4457915684525902395869512133369841539490161434991526715513934826241
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..20
Programs
-
Magma
[11^(n^2): n in [0..10]]; // Vincenzo Librandi, May 30 2011
-
Mathematica
11^Range[0,10]^2 (* Vladimir Joseph Stephan Orlovsky, Feb 01 2012 *)
Extensions
More terms from Rick L. Shepherd, May 06 2008
Comments