cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A098997 (1/30)*(p(p+1)(2p+1)(3p^2+3p-1)) where p is prime.

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