A245490 a(n) = n^(n^3).
1, 1, 256, 7625597484987, 340282366920938463463374607431768211456
Offset: 0
Programs
-
Mathematica
Table[n^(n^3), {n, 0, 4}] (* Alonso del Arte, Jul 24 2014 *)
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
Table[n^(n^3), {n, 0, 4}] (* Alonso del Arte, Jul 24 2014 *)
Comments