|
| |
|
|
A067822
|
|
The start of a record-breaking run of consecutive integers with a number of prime factors equal to 7.
|
|
5
| | |
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| a(8) > 10^13. [From Donovan Johnson (donovan.johnson(AT)yahoo.com), Jan 31 2009]
|
|
|
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.
Sequence in context: A144321 A051251 A189958 * A013996 A016795 A016831
Adjacent sequences: A067819 A067820 A067821 * A067823 A067824 A067825
|
|
|
KEYWORD
| fini,more,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
More terms from Jens Kruse Andersen (jens.k.a(AT)get2net.dk), Aug 23 2003
a(7) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Jan 31 2009
|
| |
|
|