login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067374 Integers expressible as the sum of (at least two) consecutive primes in at least 4 ways. 2
311, 863, 1164, 1320, 1650, 1854, 2856, 2867, 3198, 3264, 3754, 4200, 4920, 5100, 5770, 5999, 6504, 8152, 10134, 10320, 10536, 10649, 11058, 12294, 12438, 12762, 12820, 12954, 12990, 14369, 14699, 14826, 15329, 15610, 15762, 16199, 16277 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
P. De Geest, WONplate 122
C. Rivera, Puzzle 46
FORMULA
A084143(a(n)) > 3. - Ray Chandler, Sep 20 2023
EXAMPLE
E.g., 311 = 101 + 103 + 107 = 53 + 59 + 61 + 67 + 71 = 31 + 37 + 41 + 43 + 47 + 53 + 59 = 11 + 13 + 17 + 19 + 23 + 29 + 31 + 37 + 41 + 43 + 47.
MATHEMATICA
Clear[lst, lst1, m, n, p, a, b] m=2*6!; lst={}; Do[p=Prime[a]; Do[p+=Prime[b]; If[p<Prime[m]*2+3, AppendTo[lst, p]], {b, a+1, m+2, 1}], {a, m}]; lst1=Sort[lst]; lst={}; Do[If[lst1[[n]]==lst1[[n+1]]&&lst1[[n]]==lst1[[n+2]]&&lst1[[n]]==lst1[[n+3]], AppendTo[lst, lst1[[n]]]], {n, Length[lst1]-3}]; Union[lst] (* Vladimir Joseph Stephan Orlovsky, Aug 15 2009 *)
CROSSREFS
Sequence in context: A025024 A173596 A067379 * A055000 A067380 A046495
KEYWORD
nonn
AUTHOR
Patrick De Geest, Feb 04 2002
EXTENSIONS
Offset corrected by Donovan Johnson, Nov 14 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 17:42 EDT 2024. Contains 371254 sequences. (Running on oeis4.)