login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A097414
Initial decimal digit of n^10.
6
1, 1, 5, 1, 9, 6, 2, 1, 3, 1, 2, 6, 1, 2, 5, 1, 2, 3, 6, 1, 1, 2, 4, 6, 9, 1, 2, 2, 4, 5, 8, 1, 1, 2, 2, 3, 4, 6, 8, 1, 1, 1, 2, 2, 3, 4, 5, 6, 7, 9, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 8, 9, 1, 1, 1, 1, 2, 2, 2, 3, 3, 4, 4, 5, 6, 7, 8, 9, 1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 7, 8, 9, 1, 1, 1, 1
OFFSET
1,3
LINKS
Eric Weisstein's World of Mathematics, Gelfand's Question
EXAMPLE
1, 1024, 59049, 1048576, 9765625, 60466176, 282475249, 1073741824, 3486784401, 10000000000, ...
MATHEMATICA
IntegerDigits[#][[1]]&/@(Range[120]^10) (* Harvey P. Dale, Jan 12 2024 *)
KEYWORD
nonn,base,easy
AUTHOR
Eric W. Weisstein, Aug 16 2004
EXTENSIONS
a(1) inserted by Pontus von Brömssen, Jul 02 2021
STATUS
approved