Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A071593
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A071593 Number of 1's in binary representation of n equals tau(n), the number of divisors of n. +0
3
1, 3, 5, 15, 17, 25, 27, 39, 46, 49, 51, 57, 58, 63, 77, 85, 86, 106, 141, 142, 166, 175, 177, 178, 201, 202, 207, 209, 226, 243, 245, 255, 257, 267, 278, 289, 291, 298, 305, 323, 326, 329, 363, 393, 394, 417, 423, 519, 526, 529, 533, 537, 538, 553, 554, 562 (list; graph; listen)
OFFSET

1,2

EXAMPLE

85=1010101 in base 2 and 85 has 4 divisors hence 85 is in the sequence.

PROGRAM

(PARI) for(n=1, 1000, if(sum(i=1, length(binary(n)), component(binary(n), i))==numdiv(n), print1(n, ", ")))

CROSSREFS

Sequence in context: A103127 A103192 A097856 this_sequence A018358 A094358 A003527

Adjacent sequences: A071590 A071591 A071592 this_sequence A071594 A071595 A071596

KEYWORD

base,easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 01 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 19 12:50 EST 2009. Contains 171053 sequences.


AT&T Labs Research