The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 6 10:21 EDT 2024. Contains 373127 sequences. (Running on oeis4.)