|
Search: id:A087978
|
|
|
| A087978 |
|
a(n) is the first term in a chain of at least n consecutive numbers, each has exactly m=5(five) distinct prime factor. |
|
+0 3
|
|
| 2310, 254540, 1042404, 21871365, 129963314, 830692265, 4617927894, 18297409143, 41268813542, 287980277114
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
4th term comes hopefully soon..
|
|
MATHEMATICA
|
k=1; Do[While[Union[Table[Length[FactorInteger[i]], {i, k, k+n-1}]]!={5}, k++ ]; Print[k], {n, 1, 8}]
|
|
CROSSREFS
|
Cf. A080569[m=3], A064708[m=2], A087977[m=4], A087978[m=5].
Sequence in context: A076252 A046303 A046403 this_sequence A020435 A035893 A035771
Adjacent sequences: A087975 A087976 A087977 this_sequence A087979 A087980 A087981
|
|
KEYWORD
|
more,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
4 more terms from Donovan Johnson (donovan.johnson(AT)yahoo.com), Mar 06 2008
|
|
|
Search completed in 0.002 seconds
|