|
Search: id:A067820
|
|
|
| A067820 |
|
The start of a record-breaking run of consecutive integers with a number of prime factors (counted with multiplicity) equal to 5. |
|
+0 6
|
|
| 32, 944, 15470, 57967, 632148, 14845324, 69921004, 888781058, 2674685524, 10077383364, 21117216104, 393370860205
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
a(3)=15470 because 15470 is the start of a record breaking run of 3 consecutive integers (15470 to 15472) each having 5 prime factors; i.e. bigomega(n)=A001222(n)=5 for n = 15470, ..., 15472.
|
|
MATHEMATICA
|
bigomega[n_] := Plus@@Last/@FactorInteger[n]; For[n=1; m=l=0, True, n++, If[bigomega[n]==5, l++, If[l>m, m=l; Print[n-l, " ", l]]; l=0]]
|
|
CROSSREFS
|
Cf. A067813, A067814, A067821, A067822.
Adjacent sequences: A067817 A067818 A067819 this_sequence A067821 A067822 A067823
Sequence in context: A087423 A004384 A139677 this_sequence A115612 A063818 A065552
|
|
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
|