login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A230024 Final nonzero digit of n^n in base 16. 3
1, 4, 11, 1, 5, 4, 7, 1, 9, 4, 3, 1, 13, 4, 15, 1, 1, 4, 11, 1, 5, 4, 7, 1, 9, 4, 3, 1, 13, 4, 15, 1, 1, 4, 11, 1, 5, 4, 7, 1, 9, 4, 3, 1, 13, 4, 15, 1, 1, 4, 11, 1, 5, 4, 7, 1, 9, 4, 3, 1, 13, 4, 15, 1, 1, 4, 11, 1, 5, 4, 7, 1, 9, 4, 3, 1, 13, 4, 15, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The sequence is periodic with period length 16.
LINKS
Jose María Grau and A. M. Oller-Marcen, On the last digit and the last non-zero digit of n^n in base b, arXiv:1203.4066 [math.NT], 2012.
Jose María Grau and A. M. Oller-Marcen, On the last digit and the last non-zero digit of n^n in base b, Bull. Korean Math. Soc. 51 (2014), No. 5, pp. 1325-1337.
MATHEMATICA
f[n_, b_] := Module[{m = n^n}, While[Mod[m, b] == 0, m = m/b]; Mod[m, b]]; y = Table[f[i, 16], {i, 1, 100}]
CROSSREFS
Sequence in context: A048873 A091390 A321967 * A132150 A091389 A175668
KEYWORD
nonn,base
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 17:39 EDT 2024. Contains 371797 sequences. (Running on oeis4.)