login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067375 Integers expressible as the sum of (at least two) consecutive primes in at least 5 ways. 1
16277, 20272, 25416, 28500, 34421, 41074, 45101, 46660, 50560, 53424, 59068, 68787, 70104, 70692, 71548, 78756, 85433, 85481, 88453, 94350, 98881, 105827, 117907, 120151, 121847, 125952, 130638, 130789, 131420, 132539, 133367, 134376, 135918, 139853, 183990 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

P. De Geest, WONplate 122

C. Rivera, Puzzle 46

EXAMPLE

E.g. 16277 = (#7,2297) (#11,1451) (#13,1213) (#35,359) (#37,331).

MATHEMATICA

t={}; Do[p=Prime[m]; Do[p=p+Prime[n]; If[p<200000, AppendTo[t, p]], {n, m+1, 7001}], {m, 1, 7000}]; t=Sort@t; f5[l_]:=Module[{t={}}, Do[If[l[[n]]==l[[n+4]], AppendTo[t, l[[n]]]], {n, Length[l]-4}]; t]; Union@f5[t] (* From Vladimir Joseph Stephan Orlovsky, Jan 30 2012 *)

CROSSREFS

Cf. A050936, A067372-A067381, A055000.

Sequence in context: A109151 A068761 A043607 * A058552 A013690 A126824

Adjacent sequences:  A067372 A067373 A067374 * A067376 A067377 A067378

KEYWORD

nonn

AUTHOR

Patrick De Geest (pdg(AT)worldofnumbers.com), Feb 04 2002.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 19:13 EST 2012. Contains 206085 sequences.