login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088150 Value of n-th digit 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; 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.

CROSSREFS

Cf. A007088, A000312, A088151, A088152, A088153, A088154, A088155, A088156, A088157.

Sequence in context: A057078 A127245 A175192 * A117567 A117568 A093521

Adjacent sequences:  A088147 A088148 A088149 * A088151 A088152 A088153

KEYWORD

nonn,base

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Sep 20 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 13:08 EST 2012. Contains 205623 sequences.