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!)
A080945 Numbers having more than two divisors that are also suffixes in binary representation. 5
15, 27, 30, 39, 45, 51, 54, 60, 63, 75, 78, 85, 87, 90, 99, 102, 108, 111, 119, 120, 123, 125, 126, 135, 147, 150, 153, 156, 159, 165, 170, 171, 174, 175, 180, 183, 187, 195, 198, 204, 205, 207, 216, 219, 221, 222, 231, 238, 240, 243, 245, 246, 250, 252, 255 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A080942(a(n))>2; complement of A080944;
A080942(a(n))-2 < A070824(a(n)).
LINKS
PROG
(Haskell)
a080945 n = a080945_list !! (n-1)
a080945_list = filter ((> 2) . a080942) [1..]
-- Reinhard Zumkeller, Mar 27 2014
CROSSREFS
Sequence in context: A063552 A131541 A359205 * A080946 A364168 A253056
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Feb 25 2003
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)