|
Search: id:A067822
|
|
|
| A067822 |
|
The start of a record-breaking run of consecutive integers with a number of prime factors equal to 7. |
|
+0 6
|
|
| 128, 29888, 3145310, 296299374, 15605704374, 242576758750
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
a(3)=3145310 because 3145310 is the start of a record breaking run of 3 consecutive integers (3145310 to 3145312) each having 7 prime factors; i.e. bigomega(n)=A001222(n)=7 for n = 3145310, ..., 3145312.
|
|
MATHEMATICA
|
bigomega[n_] := Plus@@Last/@FactorInteger[n]; For[n=1; m=l=0, True, n++, If[bigomega[n]==7, l++, If[l>m, m=l; Print[n-l, " ", l]]; l=0]]
|
|
CROSSREFS
|
Cf. A067813, A067814, A067820, A067821.
Adjacent sequences: A067819 A067820 A067821 this_sequence A067823 A067824 A067825
Sequence in context: A093532 A016747 A051251 this_sequence A013996 A016795 A016831
|
|
KEYWORD
|
fini,more,nonn
|
|
AUTHOR
|
Shyam Sunder Gupta (guptass(AT)rediffmail.com), Feb 07 2002
|
|
EXTENSIONS
|
Edited by Dean Hickerson (dean(AT)math.ucdavis.edu), Jul 31 2002
More terms from Jens Kruse Andersen (jens.k.a(AT)get2net.dk), Aug 23 2003
|
|
|
Search completed in 0.002 seconds
|