OFFSET
0,1
COMMENTS
REFERENCES
M. RipĂ , La strana coda della serie n^n^...^n, Trento, UNI Service, Nov 2011. ISBN 978-88-6178-789-6
Ilan Vardi, "Computational Recreations in Mathematica," Addison-Wesley Publishing Co., Redwood City, CA, 1991, pages 226-229.
LINKS
Robert G. Wilson v, Table of n, a(n) for n = 0..5999
J. Jimenez Urroz and J. Luis A. Yebra, On the equation a^x == x (mod b^n), J. Int. Seq. 12 (2009) #09.8.8.
Robert G. Wilson v, Mathematica coding for "SuperPowerMod" and associated programs from Prof. Ian Vardi (Corrected Aug 24 2020)
EXAMPLE
63784923435357051689083335895100627869682554107542682614828212121907298... - Robert G. Wilson v, Feb 22 2014
2^36 = 68719476736 == 36 (mod 100), 2^736 == 736 (mod 1000), 2^8736 == 8736 (mod 10000), etc.
MATHEMATICA
(* Import Mmca coding for "SuperPowerMod" and "LogStar" from text file and then *) $RecursionLimit = 2^14; f[n_] := SuperPowerMod[2, n + 1, 10^n]; Reverse@ IntegerDigits@ f@ 105 (* Robert G. Wilson v, Feb 22 2014 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Daniel Geisler (daniel(AT)danielgeisler.com), Dec 18 2007
EXTENSIONS
Edited by N. J. A. Sloane, Dec 22 2007 and Dec 22 2008
More terms from J. Luis A. Yebra, Dec 12 2008
a(68) onward from Robert G. Wilson v, Feb 22 2014
STATUS
approved