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

A221533
a(n) is the number of integers of the form binomial(4*n^2 - k - 2, k - 1) / k, k=3, 4, ... , 2*n^2 - 2, n >= 2.
2
1, 9, 18, 33, 57, 60, 84, 141, 147, 187, 245, 265, 330, 417, 421, 430, 551, 620, 683, 837, 791, 865, 1056, 1044, 1182, 1288, 1278, 1506, 1737, 1677, 1685, 1983, 2097, 2228, 2517, 2433, 2423, 2780, 2926, 3079, 3253, 3216, 3563, 3733, 3713, 3872, 4249, 4318
OFFSET
2,2
LINKS
FORMULA
If (2n-1, 2n+1) is a pair of twin primes, then a(n) = 2*n^2 - 2*n - 3.
MATHEMATICA
Table[Count[Table[Binomial[4*n^2-k-2, k-1]/k, {k, 3, 2*n^2-2}], _Integer], {n, 2, 30}] (* Peter J. C. Moses, Aug 17 2013 *)
CROSSREFS
Cf. A177501.
Sequence in context: A140089 A183444 A349417 * A139591 A191268 A109668
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, Aug 17 2013
EXTENSIONS
More terms from Peter J. C. Moses, Aug 17 2013
STATUS
approved