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

A030003
(prime(n)-3)(prime(n)-5)(prime(n)-7)/48.
1
0, 0, 0, 4, 10, 35, 56, 120, 286, 364, 680, 969, 1140, 1540, 2300, 3276, 3654, 4960, 5984, 6545, 8436, 9880, 12341, 16215, 18424, 19600, 22100, 23426, 26235, 37820, 41664, 47905, 50116, 62196, 64824, 73150, 82160, 88560, 98770, 109736, 113564, 134044, 138415
OFFSET
2,4
COMMENTS
It appears that a(n) is a subset of binomial(f(n),3) where f(n)=floor((3*n-7)/3). - Gary Detlefs, Apr 14 2012
MATHEMATICA
Table[(p - 3) (p - 5) (p - 7)/48, {p, Prime[Range[2, 50]]}] (* T. D. Noe, Apr 16 2012 *)
((#-3)(#-5)(#-7))/48&/@Prime[Range[2, 50]] (* Harvey P. Dale, Jul 10 2024 *)
CROSSREFS
Sequence in context: A149174 A283070 A222631 * A339845 A363465 A234009
KEYWORD
nonn
AUTHOR
STATUS
approved