Sum of primes in odd positions is prime: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 3:
;Task:
<br>Let '''p(n)''' be a sequence of prime numbers.
<br>Consider the '''p(1),p(3),p(5), ... ,p(i)''' for each '''n < 1,000''' and '''p(i) <= n''', '''i''' is odd.
<br>Let '''sum''' be summarize of these primes.
<br>If '''sum''' is prime then print '''p(i)''' and '''sum'''
2,468

edits