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!)
A365707 Initial digit of n^(n+1) (A007778(n)). 3
0, 1, 8, 8, 1, 1, 2, 5, 1, 3, 1, 3, 1, 3, 1, 6, 2, 1, 7, 3, 2, 1, 7, 4, 3, 2, 1, 1, 9, 7, 6, 5, 4, 4, 3, 3, 3, 3, 4, 4, 4, 5, 6, 7, 9, 1, 1, 1, 2, 3, 4, 6, 8, 1, 1, 2, 4, 6, 1, 1, 2, 4, 8, 1, 2, 4, 8, 1, 2, 5, 1, 1, 3, 7, 1, 3, 6, 1, 2, 6, 1, 3, 7, 1, 3, 8, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = floor((n^(n+1))/10^floor(log_10(n^(n+1))).
a(n) = A000030(A007778(n)).
EXAMPLE
a(3) = 8, since 3^(3+1) = 3^4 = 81.
MAPLE
seq(convert(n^(n+1), base, 10)[-1], n=0..100); # Robert Israel, Feb 16 2024
MATHEMATICA
Join[{0}, Table[Floor[n^(n+1)/10^Floor[Log10[n^(n+1)]]], {n, 86}]]
CROSSREFS
Sequence in context: A324686 A155840 A373657 * A056194 A200304 A110940
KEYWORD
nonn,base
AUTHOR
Marco Ripà, Sep 16 2023
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 July 16 16:26 EDT 2024. Contains 374358 sequences. (Running on oeis4.)