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!)
A036331 Composite numbers n such that juxtaposition of prime factors of n has length 7. 1

%I #7 Feb 21 2019 23:17:25

%S 128,192,288,320,352,416,432,448,480,528,544,608,624,648,672,720,736,

%T 792,800,816,880,912,928,936,968,972,992,1008,1040,1080,1104,1120,

%U 1144,1184,1188,1200,1224,1232,1312,1320,1352,1360,1368,1376,1392,1404,1452

%N Composite numbers n such that juxtaposition of prime factors of n has length 7.

%C The last term of this sequence is a(919196)=9943081.

%H Nathaniel Johnston, <a href="/A036331/b036331.txt">Table of n, a(n) for n = 1..10000</a>

%p isA036331 := 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))=7, n, NULL): end: seq(isA036331(n),n=2..1452); # _Nathaniel Johnston_, Jun 22 2011

%Y Cf. A036326-A036334.

%K nonn,base,fini,easy

%O 1,1

%A _Patrick De Geest_, Dec 15 1998

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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)