Syed Iddi Hasan has authored 36 sequences. Here are the ten most recent ones:
A216020
Primes that are the sum of 100001 consecutive primes.
Original entry on oeis.org
62308795099, 62312695301, 62332197553, 62349100789, 62356902719, 62371207153, 62423231159, 62425832657, 62457052223, 62458353173, 62459654141, 62464858003, 62479168853, 62483071967, 62499986407, 62502588679, 62507793281, 62510395583, 62512997927, 62526009929
Offset: 1
-
Select[Total/@Partition[Prime[Range[120000]],100001,1],PrimeQ] (* Harvey P. Dale, Jun 06 2018 *)
A216019
Primes that are the sum of 90001 consecutive primes.
Original entry on oeis.org
50009249009, 50013888949, 50026649293, 50034769913, 50040570647, 50044051097, 50048691751, 50049851921, 50052172319, 50060293967, 50062614541, 50063774837, 50100909293, 50105551547, 50106712127, 50107872707, 50109033287, 50131085677, 50135728421, 50142692681
Offset: 1
-
Select[Total/@Partition[Prime[Range[91000]],90001,1],PrimeQ] (* Harvey P. Dale, Apr 13 2018 *)
A216018
Primes that are the sum of 80001 consecutive primes.
Original entry on oeis.org
39076768033, 39093097261, 39098200721, 39103304281, 39119636629, 39152305189, 39176810611, 39179874161, 39184980227, 39188043949, 39193150379, 39238094759, 39245246203, 39268746499, 39301447721, 39315756017, 39321888839, 39347446037, 39351535633, 39389369473
Offset: 1
-
Select[Total/@Partition[Prime[Range[81000]],80001,1],PrimeQ] (* Harvey P. Dale, Sep 06 2022 *)
A216017
Primes that are the sum of 70001 consecutive primes.
Original entry on oeis.org
29566391447, 29573452009, 29588457781, 29597285953, 29618476529, 29620242577, 29621125607, 29631722363, 29633488637, 29641437223, 29682072881, 29692675669, 29699744747, 29718304657, 29722724327, 29745708413, 29757201703, 29762506859, 29765159587, 29774002381
Offset: 1
-
Select[Total/@Partition[Prime[Range[71000]],70001,1],PrimeQ] (* Harvey P. Dale, Mar 04 2013 *)
A216016
Primes that are the sum of 60001 consecutive primes.
Original entry on oeis.org
21431054537, 21432548723, 21434790073, 21458701993, 21459449359, 21469165979, 21469913441, 21493088707, 21513279971, 21519263281, 21539459009, 21551428939, 21561155387, 21564148241, 21566392973, 21573876703, 21576870299, 21577618697, 21583606153, 21585103073
Offset: 1
A216015
Primes that are the sum of 50001 consecutive primes.
Original entry on oeis.org
14626349831, 14628798017, 14629410071, 14639204093, 14658799171, 14661249131, 14662474129, 14675951491, 14682078527, 14686367719, 14687593301, 14692495799, 14702914547, 14725597399, 14729276713, 14729889947, 14730503189, 14748291161, 14750744917, 14754425689
Offset: 1
A216014
Primes that are the sum of 40001 consecutive primes.
Original entry on oeis.org
9166339261, 9168739423, 9169219471, 9177862313, 9182664913, 9198038063, 9198999191, 9202363241, 9202843843, 9207169459, 9218706113, 9220629391, 9222552799, 9229285487, 9232652257, 9245641121, 9260559983, 9262966703, 9273556697, 9279334283
Offset: 1
-
Select[Total/@Partition[Prime[Range[40300]],40001,1],PrimeQ] (* Harvey P. Dale, Aug 13 2019 *)
A216013
Primes that are the sum of 30001 consecutive primes.
Original entry on oeis.org
5013370939, 5014772773, 5019330097, 5023187101, 5025992669, 5029149527, 5034060737, 5041780921, 5044237843, 5044939877, 5050557467, 5051259769, 5057230237, 5060391821, 5060743111, 5062148423, 5090622643, 5092733179, 5097307297, 5098011089
Offset: 1
A216012
Primes that are the sum of 20001 consecutive primes.
Original entry on oeis.org
2139328861, 2141127829, 2147427883, 2151255209, 2156436059, 2156661379, 2157112043, 2157337379, 2157788063, 2158013423, 2159591171, 2160267451, 2164325963, 2172449597, 2172675359, 2174029933, 2176513891, 2178094981, 2178320909, 2179450733
Offset: 1
-
Select[Total/@Partition[Prime[Range[20200]],20001,1],PrimeQ] (* Harvey P. Dale, Aug 13 2019 *)
A216011
Primes that are the sum of 10001 consecutive primes.
Original entry on oeis.org
497947063, 498156823, 500466467, 500571541, 501622637, 502463719, 502989653, 504357421, 504462677, 505515529, 505831553, 507096409, 507518117, 508889657, 511000957, 511317701, 511740071, 512162507, 512373811, 513642043, 517766653, 518189963
Offset: 1
-
Select[Total/@Partition[Prime[Range[10500]],10001,1],PrimeQ] (* Harvey P. Dale, Sep 18 2018 *)