Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #5 Mar 10 2019 14:51:26
%S 17,98,979,4676,39974,89271,327369,562666,1431244,4463999,6197520,
%T 14822755,24607093,31137590,48343448,87633963,149111998,175917839,
%U 280200834,373671012,428943109,635050664,811727882,1148417997
%N (1/30)*(p(p+1)(2p+1)(3p^2+3p-1)) where p is prime.
%e If p=2, (1/30)*(2*(2+1)*(2*2+1)*(3*2^2+3*2-1)) = 17
%t Table[(p(p+1)(2p+1)(3p^2+3p-1))/30,{p,Prime[Range[30]]}] (* _Harvey P. Dale_, Mar 10 2019 *)
%Y Similar to A034953
%K nonn
%O 1,1
%A _Parthasarathy Nambi_, Nov 05 2004
%E More terms from _Klaus Brockhaus_, Nov 09 2004