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

A030006
a(n) = (prime(n)-1)*(prime(n)-5)/12.
2
0, 1, 5, 8, 16, 21, 33, 56, 65, 96, 120, 133, 161, 208, 261, 280, 341, 385, 408, 481, 533, 616, 736, 800, 833, 901, 936, 1008, 1281, 1365, 1496, 1541, 1776, 1825, 1976, 2133, 2241, 2408, 2581, 2640, 2945, 3008, 3136, 3201, 3605, 4033, 4181, 4256, 4408, 4641
OFFSET
3,3
COMMENTS
Confirmed a(n) = A242090(n) for 3 <= n <= 4000. - Fausto A. C. Cariboni, Feb 23 2019
MATHEMATICA
Table[(p - 1) (p - 5)/12, {p, Prime[Range[3, 50]]}] (* T. D. Noe, Apr 16 2012 *)
((#-1)(#-5))/12&/@Prime[Range[3, 60]] (* Harvey P. Dale, Aug 13 2023 *)
CROSSREFS
Cf. A000040.
Sequence in context: A365316 A001082 A242090 * A229849 A357276 A088586
KEYWORD
nonn
AUTHOR
STATUS
approved