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!)
A036332 Composite numbers n such that juxtaposition of prime factors of n has length 8. 1
256, 384, 576, 640, 704, 832, 864, 896, 960, 1056, 1088, 1216, 1248, 1296, 1344, 1440, 1472, 1584, 1600, 1632, 1760, 1824, 1856, 1872, 1936, 1944, 1984, 2016, 2080, 2160, 2208, 2240, 2288, 2368, 2376, 2400, 2448, 2464, 2624, 2640, 2704, 2720, 2736 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The last term of this sequence is a(8779116)=99691027.
LINKS
MAPLE
isA036332 := proc(n) local d: d:=ifactors(n)[2]: return `if`(not isprime(n) and add(length(d[j][1])*d[j][2], j=1..nops(d))=8, n, NULL): end: seq(isA036332(n), n=2..2736); # Nathaniel Johnston, Jun 22 2011
CROSSREFS
Sequence in context: A345786 A186473 A046309 * A114987 A046310 A115176
KEYWORD
nonn,base,fini,easy
AUTHOR
Patrick De Geest, Dec 15 1998
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)