editing
approved
editing
approved
Let s(n,j) be Sum_{i=1..j} (prime(primepi(n) + i) mod n). Numbers n such that there exists j such that with s(n,j) = n.
proposed
editing
editing
proposed
Name corrected by David A. Corneth, Jun 22 2016
Let s(n,j) be Sum_{i=1..j} (prime(primepi(n) + i) mod n). Numbers n such that there exists j such that s(n,j) = n.
Let s(n,j) be Sum_{i=1..j} prime(primepi(n) + i). Numbers n for which n = Sum_{k=1..such that there exists j}{k mod n}, where k > such that s(n are ,j primes nearest to ) = n.
proposed
editing
editing
proposed
Paolo P. Lava, <a href="/A274423/a274423.txt">First 200 terms with the number of primes j</a>
proposed
editing
editing
proposed
P:=proc(q) local a, b, k; global , n; for n from 2 to q do a:=0; b:=nextprime(n);
b:=nextprime(n); while n>a do a:=a+(b mod n); b:=nextprime(b); od;
proposed
editing