A095293 Number of A095283-primes in range ]2^n,2^(n+1)].
0, 2, 1, 4, 4, 9, 14, 29, 52, 90, 167, 312, 577, 1072, 2026, 3776, 7177, 13585, 25726, 49125, 93569, 178735, 342381, 657180, 1262818, 2430501, 4684999, 9040931, 17470670, 33798206, 65455531, 126889351, 246216909
Offset: 1
Keywords
Links
Programs
-
PARI
a(n)=my(s);forprime(p=2^n+1,2^(n+1), s+=valuation(p+1, 2)%2); s \\ Charles R Greathouse IV, Oct 09 2013
Comments