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!)
A088156 Value of n-th digit in vigesimal representation of n^n. 7
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 8, 4, 19, 4, 17, 3, 7, 6, 11, 5, 3, 6, 5, 13, 8, 15, 19, 4, 16, 2, 12, 5, 5, 9, 6, 5, 9, 17, 1, 14, 11, 10, 15, 15, 13, 2, 8, 9, 1, 18, 3, 15, 15, 17, 10, 1, 5, 0, 3, 16, 4, 17, 14, 12, 12, 6, 5, 8, 16, 8, 3, 6, 12, 19, 2, 14 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,22
COMMENTS
a(n)=d(n) with n^n = Sum(d(k)*20^k: 0<=d(k)<20, k>=0).
LINKS
Eric Weisstein's World of Mathematics, Vigesimal
FORMULA
a(n) = floor(n^n / 20^n) mod 20.
EXAMPLE
n=30, 30^30=205891132094649*10^30 -> [93B83A81A7CBBA03C2241239C3C4840000000], a(30)=8.
a(0)=1, a(k)=0 for 0<k<20 and a(20)=1.
CROSSREFS
Sequence in context: A035302 A104772 A264142 * A019193 A369178 A253884
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Sep 20 2003
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 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)