Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A180948
Smallest of seven (7) consecutive primes whose sum is a prime.
10
17, 19, 23, 29, 31, 43, 47, 53, 61, 71, 79, 89, 97, 103, 107, 113, 127, 137, 151, 233, 257, 313, 317, 359, 367, 373, 379, 383, 401, 461, 463, 487, 499, 503, 509, 521, 577, 587, 617, 619, 761, 797, 821, 827, 839, 853, 881, 883, 907, 1019, 1061, 1063, 1069, 1097
OFFSET
1,1
COMMENTS
There are twins such as (17,19); (461,463); (1061,1063).
There are also consecutives such as (17,19,23,29,31); (359,367,373,379,383); (1949,1951,1973).
EXAMPLE
a(7)=47+53+59+61+67+71+73=431 is a prime.
MATHEMATICA
Transpose[Select[Partition[Prime[Range[500]], 7, 1], PrimeQ[Total[#]]&]] [[1]] (* Harvey P. Dale, Jun 05 2013 *)
KEYWORD
nonn
AUTHOR
Carmine Suriano, Sep 27 2010
EXTENSIONS
More cross references from Harvey P. Dale, Jun 05 2013
STATUS
approved