login

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”).

A331540
Number of primes of the form k*2^n + 1 with k < 2^n.
1
1, 2, 2, 5, 10, 16, 31, 47, 88, 149, 290, 536, 952, 1769, 3280, 6186, 11638, 21901, 41488, 78543, 149662, 284735, 543155, 1040577, 1994339, 3834731, 7373228, 14206331, 27405523, 52941914, 102381148
OFFSET
1,2
COMMENTS
Both even and odd k are counted. Variant of A134876.
PROG
(PARI) a(n) = sum(k=1, 2^n-1, ispseudoprime(k<<n+1))
CROSSREFS
Cf. A134876.
Sequence in context: A208788 A246864 A262924 * A329676 A247354 A317877
KEYWORD
nonn,more
AUTHOR
Jeppe Stig Nielsen, Jan 19 2020
STATUS
approved