Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A144096
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A144096 A positive integer n is included if at least one of the exponents of the prime-factorization of n does not occur anywhere in n when the exponents and n are represented in base 2. +0
2
8, 32, 40, 63, 64, 72, 96, 128, 136, 168, 224, 243, 264, 288, 296, 297, 320, 328, 384, 480, 486, 512, 513, 520, 544, 552, 576, 584, 594, 608, 640, 648, 680, 800, 891, 972, 992, 1024, 1026, 1029, 1032, 1056, 1064, 1088, 1096, 1120, 1152, 1160, 1161, 1188 (list; graph; listen)
OFFSET

1,1

COMMENT

A144095(n) = A001221(n) if n is not included in this sequence.

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

EXAMPLE

40 has the prime-factorization 2^3 * 5^1. So the exponents are 3 and 1. 40 in binary is 101000. 3 = 11 in binary. 11 does not occur anywhere in 101000. 1 is 1 in binary. 1 does occur (twice) in 101000. Since at least one exponent (3 = 11 in binary) does not occur in 101000 (= 40 in decimal), then 40 is in the sequence.

MAPLE

isA144096 := proc(n) local n2, a, ifa, e2, p ; n2 := convert(n, base, 2) ; ifa := ifactors(n)[2] ; for p in ifa do e2 := convert( op(2, p), base, 2) ; if not verify(n2, e2, 'superlist') then RETURN(true) ; fi; od: RETURN(false) ; end: for n from 1 to 2000 do if isA144096(n) then printf("%d, ", n) ; fi; od: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 17 2008]

CROSSREFS

A144095

Sequence in context: A102275 A115948 A059880 this_sequence A127988 A129749 A005879

Adjacent sequences: A144093 A144094 A144095 this_sequence A144097 A144098 A144099

KEYWORD

base,nonn

AUTHOR

Leroy Quet Sep 10 2008

EXTENSIONS

63 and 64 inserted and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 17 2008

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research