reviewed
approved
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”).
reviewed
approved
proposed
reviewed
editing
proposed
proposed
approved
editing
proposed
2, 11, 87, 582, 4149, 31985, 261081, 2208197, 19132653, 168806741
editing
proposed
(PARI) n=0; m=1; for(k=0, 10^8, 7, my(j=k^2+k+41); if(isprime(j), n++); if(k==m, m=m*=10; print1(n, ", ")))