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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090050 Numbers having equal length of longest contiguous block of zeros and ones in binary expansion. 8
2, 5, 10, 12, 19, 21, 25, 38, 42, 44, 50, 51, 52, 56, 71, 75, 76, 77, 83, 85, 89, 100, 101, 102, 105, 108, 113, 142, 147, 150, 153, 154, 155, 166, 170, 172, 178, 179, 180, 184, 199, 201, 202, 203, 204, 205, 210, 211, 212, 217, 226, 227, 232, 240, 271, 279, 284 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

A087117(a(n)) = A038374(a(n)), see also A000975.

LINKS

_Reinhard Zumkeller_, Table of n, a(n) for n = 1..10000

Index entries for sequences related to binary expansion of n

EXAMPLE

180 -> '10110100' with A087117(180)=2 and A038374(180)=2, therefore 180 is a term.

PROG

(Haskell)

a090050 n = a090050_list !! (n+1)

a090050_list = [x | x <- [1..], a087117 x == a038374 x]

-- Reinhard Zumkeller, May 01 2012

CROSSREFS

Cf. A031443 (binary digitally balanced).

Sequence in context: A018288 A080792 A182656 * A192539 A046462 A188025

Adjacent sequences:  A090047 A090048 A090049 * A090051 A090052 A090053

KEYWORD

nonn,base

AUTHOR

Reinhard Zumkeller, Nov 20 2003

EXTENSIONS

Definition corrected, thanks to Leroy Quet. - Sep 17 2008

STATUS

approved

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 May 22 16:03 EDT 2013. Contains 225553 sequences.