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!)
A088150 Value of n-th digit (counting from the right) in binary representation of n^n. 7
1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n)=d(n) with n^n = Sum(d(k)*2^k: 0<=d(k)<2, k>=0).
LINKS
Eric Weisstein's World of Mathematics, Binary
FORMULA
a(n) = floor(n^n / 2^n) mod 2.
EXAMPLE
n=5, 5^5=3125 -> '110000110101', '1100001-----': a(5)=1.
MATHEMATICA
Join[{1, 0}, Table[IntegerDigits[n^n, 2][[-n-1]], {n, 2, 110}]] (* Harvey P. Dale, Oct 14 2021 *)
CROSSREFS
Sequence in context: A204418 A127245 A175192 * A365938 A117567 A307183
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Sep 20 2003
EXTENSIONS
Definition clarified by Harvey P. Dale, Oct 14 2021
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 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)