A162414 a(0)=3 and a(n+1)=a(n)^a(n).
3, 27, 443426488243037769948249630619149892803
Offset: 0
Crossrefs
Cf. A000312.
Programs
-
Mathematica
NestList[#^#&,3,2] (* Harvey P. Dale, Nov 06 2011 *)
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.
NestList[#^#&,3,2] (* Harvey P. Dale, Nov 06 2011 *)
Comments