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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A036328 Composite numbers n such that juxtaposition of prime factors of n has length 4. 1
16, 24, 36, 40, 44, 52, 54, 56, 60, 66, 68, 76, 78, 81, 84, 90, 92, 99, 100, 102, 110, 114, 116, 117, 121, 124, 126, 130, 135, 138, 140, 143, 148, 150, 153, 154, 164, 165, 169, 170, 171, 172, 174, 182, 186, 187, 188, 189, 190, 195, 196, 202, 206, 207, 209, 210 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

The last term of this sequence is a(1048)=9409.

LINKS

Nathaniel Johnston, Table of n, a(n) for n = 1..1048 (full sequence)

MAPLE

isA036328 := 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))=4, n, NULL): end: l:=[seq(isA036328(n), n=2..9999)]; # Nathaniel Johnston, Jun 22 2011

CROSSREFS

Cf. A036326-A036334.

Sequence in context: A163284 A100316 A206260 * A067028 A110893 A014613

Adjacent sequences:  A036325 A036326 A036327 * A036329 A036330 A036331

KEYWORD

nonn,base,fini,full,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 | 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 24 06:29 EDT 2013. Contains 225617 sequences.