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!)
A256077 Repeat 2^d times the repunit A002275(d); d = 1, 2, 3... 7

%I #22 Apr 02 2015 09:47:50

%S 1,1,11,11,11,11,111,111,111,111,111,111,111,111,1111,1111,1111,1111,

%T 1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,1111,11111,

%U 11111,11111,11111,11111,11111,11111,11111,11111,11111,11111,11111

%N Repeat 2^d times the repunit A002275(d); d = 1, 2, 3...

%C Yields the length of the n-th (nonempty) binary word (or word over any 2-letter alphabet, like A007931 or A032810 or A032834) in tally mark notation (A000042).

%H Felix Fröhlich, <a href="/A256077/b256077.txt">Table of n, a(n) for n = 1..10000</a>

%F a(n) = A002275(A000523(n+1)) = A032810(n)-A007931(n) = A032834(n)-A032810(n), etc.

%t lim = 5; lst = Table[(10^n - 1)/9, {n, 0, lim}]; Reap@ For[i = 1, i <= lim, i++, Sow@ Table[lst[[i + 1]], {d, 2^i}]] // Flatten // Rest (* _Michael De Vlieger_, Apr 01 2015 *)

%o (PARI) a(n)=10^#binary(n+1)\90

%K nonn

%O 1,3

%A _M. F. Hasler_, Mar 21 2015

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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)