|
| |
|
|
A067813
|
|
Start of a record-breaking run of consecutive integers with a number of prime factors (counted with multiplicity) equal to 3.
|
|
9
| | |
|
|
|
OFFSET
| 1,1
|
|
|
EXAMPLE
| a(4)=602 because 602 is the start of a record breaking run of 5 consecutive integers (602 to 606) each having 3 prime factors; i.e. bigomega(n)=A001222(n)=3 for n = 602, ..., 606.
|
|
|
MATHEMATICA
| bigomega[n_] := Plus@@Last/@FactorInteger[n]; For[n=1; m=l=0, True, n++, If[bigomega[n]==3, l++, If[l>m, m=l; Print[n-l, " ", l]]; l=0]]
|
|
|
CROSSREFS
| Cf. A067814, A067820, A067821, A067822.
Sequence in context: A056570 A165048 A066963 * A118720 A197620 A029786
Adjacent sequences: A067810 A067811 A067812 * A067814 A067815 A067816
|
|
|
KEYWORD
| fini,full,nonn
|
|
|
AUTHOR
| Shyam Sunder Gupta (guptass(AT)rediffmail.com), Feb 07 2002
|
|
|
EXTENSIONS
| Edited by Dean Hickerson (dean.hickerson(AT)yahoo.com), Jul 31 2002
|
| |
|
|