Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #14 Sep 20 2023 15:53:35
%S 5,17,23,31,36,53,59,60,67,71,72,90,97,100,101,109,112,119,120,127,
%T 131,138,139,143,152,173,180,181,187,204,210,211,221,228,233,258,263,
%U 269,271,276,300,304,323,330,331,349,353,372,373,379,384,390,395,408
%N Integers that can be expressed as the sum of consecutive primes in exactly 2 ways.
%D R. K. Guy, Unsolved Problems in Number Theory, section C2.
%H Ray Chandler, <a href="/A054997/b054997.txt">Table of n, a(n) for n = 1..10000</a>
%H Carlos Rivera, <a href="http://www.primepuzzles.net/puzzles/puzz_046.htm">Puzzle 46. Primes expressible as sum of consecutive primes in K ways</a>, The Prime Puzzles and Problems Connection.
%F A054845(a(n)) = 2. - _Ray Chandler_, Sep 20 2023
%e 5 can be expressed as 5 or 2+3, so 5 is in the sequence.
%Y Cf. A054845, A054859, A054996, A054998, A054999, A055500, A055001.
%K nonn
%O 1,1
%A _Jud McCranie_, May 30 2000