A276972 a(n) = n^(2*(2*n^4+1)).
0, 1, 73786976294838206464
Offset: 0
Keywords
Links
- Tyler Busby, Table of n, a(n) for n = 0..4
Programs
-
Mathematica
Table[k^(2*(2*k^4+1)),{k,0,9}]
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[k^(2*(2*k^4+1)),{k,0,9}]
Comments