|
Search: id:A087977
|
|
|
| A087977 |
|
a(n) is the first term in a chain of at least n consecutive numbers each having exactly four distinct prime factors. |
|
+0 4
|
|
| 210, 7314, 37960, 134043, 357642, 1217250, 1217250, 14273478, 44939642, 76067298, 163459742, 547163235, 2081479430, 2771263512, 11715712410, 17911205580, 56608713884, 118968284928, 118968284928
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
a(6)=a(7)=1217250 because the relevant 7 successive numbers have 4 distinct prime-factors: {[2.9.125.541], [7.17.53.193], [4.23.101.131], [3.47.89.97], [2.19.103.311], [5.13.61.307], [8.3.67.757]}.
|
|
MATHEMATICA
|
k=1; Do[While[Union[Table[Length[FactorInteger[i]], {i, k, k+n-1}]]!={4}, k++ ]; Print[k], {n, 1, 8}]
|
|
CROSSREFS
|
Cf. A080569[m=3], A064708[m=2].
Adjacent sequences: A087974 A087975 A087976 this_sequence A087978 A087979 A087980
Sequence in context: A024449 A103604 A061133 this_sequence A023905 A035840 A140904
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Sep 26 2003
|
|
EXTENSIONS
|
More terms from Don Reble (djr(AT)nk.ca), Sep 29 2003
a(13)-a(19) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Mar 06 2008
|
|
|
Search completed in 0.002 seconds
|