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.

A138445 a(n) = ((n-th prime)^6-(n-th prime^2))/6.

This page as a plain text file.
%I A138445 #7 Oct 15 2017 10:21:38
%S A138445 10,120,2600,19600,295240,804440,4022880,7840920,24672560,99137080,
%T A138445 147917120,427620840,791683760,1053560200,1796535520,3694059720,
%U A138445 7030088360,8586728440,15076396280,21350046480,25222370160,40514574880
%N A138445 a(n) = ((n-th prime)^6-(n-th prime^2))/6.
%F A138445 a(n) = A138409(n)/6. - _R. J. Mathar_, Oct 15 2017
%t A138445 a = {}; Do[p = Prime[n]; AppendTo[a, (p^6 - p^2)/6], {n, 1, 50}]; a
%o A138445 (PARI) forprime(p=2,1e3,print1((p^6-p^2)/6", ")) \\ _Charles R Greathouse IV_, Jul 15 2011
%K A138445 nonn,easy
%O A138445 1,1
%A A138445 _Artur Jasinski_, Mar 19 2008