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.

A138430 a(n) = (prime(n)^5 - prime(n))/30.

This page as a plain text file.
%I A138430 #21 Feb 28 2023 13:49:04
%S A138430 1,8,104,560,5368,12376,47328,82536,214544,683704,954304,2311464,
%T A138430 3861872,4900280,7644832,13939848,23830808,28153208,45004168,60140976,
%U A138430 69102384,102568544,131301352,186135312,286244672,350336680,386424688,467517240,512874648
%N A138430 a(n) = (prime(n)^5 - prime(n))/30.
%C A138430 a(n) = Sum_{i+j=p} (i^2)*(j^2) where p = prime(n). - _Michel Lagneau_, May 21 2012
%H A138430 Vincenzo Librandi, <a href="/A138430/b138430.txt">Table of n, a(n) for n = 1..200</a>
%F A138430 a(n) = A138404(n)/30. - _R. J. Mathar_, Oct 15 2017
%F A138430 a(n) = A138426(n)/6. - _Bernard Schott_, Feb 28 2023
%t A138430 Table[p = Prime[n]; (p^5 - p)/30, {n, 50}]
%o A138430 (Magma) [(NthPrime((n))^5 - NthPrime((n)))/30: n in [1..30]]; // _Vincenzo Librandi_, Jun 18 2011
%o A138430 (PARI) forprime(p=2,1e3,print1((p^5-p)/30", ")) \\ _Charles R Greathouse IV_, Jul 15 2011
%Y A138430 Cf. A000040, A138404, A138426.
%K A138430 nonn,easy
%O A138430 1,2
%A A138430 _Artur Jasinski_, Mar 19 2008