A067379 Primes expressible as the sum of (at least two) consecutive primes in at least 3 ways.
311, 863, 1151, 1367, 1951, 2393, 2647, 2689, 3389, 4957, 5059, 5153, 7451, 7901, 8819, 10499, 10859, 10949, 12329, 12641, 12713, 13127, 13297, 14369, 14699, 14759, 14951, 15091, 15329, 15527, 16223, 16249, 16829, 18089, 18311, 18401
Offset: 1
Keywords
Links
- Jon E. Schoenfield, Table of n, a(n) for n = 1..10000
- Patrick De Geest, WON plate 122
- Carlos Rivera, Puzzle 46. Primes expressible as sum of consecutive primes in K ways, The Prime Puzzles and Problems Connection.
Programs
-
Mathematica
m=2*6!; lst={}; Do[p=Prime[a]; Do[p+=Prime[b]; If[PrimeQ[p]&&p
Vladimir Joseph Stephan Orlovsky, Aug 15 2009 *)
Formula
Prime(n) such that A307610(n) > 3. - Ray Chandler, Sep 21 2023
Comments