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!)
A036330 Composite numbers n such that juxtaposition of prime factors of n has length 6. 1
64, 96, 144, 160, 176, 208, 216, 224, 240, 264, 272, 304, 312, 324, 336, 360, 368, 396, 400, 408, 440, 456, 464, 468, 484, 486, 496, 504, 520, 540, 552, 560, 572, 592, 594, 600, 612, 616, 656, 660, 676, 680, 684, 688, 696, 702, 726, 728, 729, 744, 748, 752 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The last term of this sequence is a(96411)=994009.
LINKS
MAPLE
isA036330 := 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))=6, n, NULL): end: seq(isA036330(n), n=2..752); # Nathaniel Johnston, Jun 22 2011
MATHEMATICA
pf6Q[n_]:=!PrimeQ[n]&&Total[Last[#]IntegerLength[First[#]]&/@FactorInteger[ n]]==6; Select[Range[800], pf6Q] (* Harvey P. Dale, Jun 19 2012 *)
CROSSREFS
Sequence in context: A114417 A046305 A114828 * A046306 A223086 A175163
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)