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.

A096328 Prime(p^3) where p = prime(n).

This page as a plain text file.
%I A096328 #14 Oct 31 2013 12:17:24
%S A096328 19,103,691,2309,10957,19403,47657,69031,130073,279431,347707,620531,
%T A096328 867677,1013609,1353887,1999121,2829503,3152099,4268039,5145347,
%U A096328 5628457,7258871,8510507,10651117,14042671,15986303,17023271,19235537,20411623,22909613,33289481
%N A096328 Prime(p^3) where p = prime(n).
%H A096328 T. D. Noe, <a href="/A096328/b096328.txt">Table of n, a(n) for n = 1..100</a>
%e A096328 5 = prime(3). Hence, a(3) = prime(5^3) = prime(125) = 691.
%e A096328 7 = prime(4). Hence, a(4) = prime(7^3) = prime(343) = 2309.
%t A096328 Table[ Prime[ Prime[n]^3], {n, 29}] (* _Robert G. Wilson v_, Aug 07 2004 *)
%o A096328 (PARI) g(n,m) = forprime(j=2,m, forprime(x=2,n,print1(prime(j^3)",");break))
%Y A096328 Cf. A222759.
%K A096328 nonn
%O A096328 1,1
%A A096328 _Cino Hilliard_, Aug 02 2004
%E A096328 Edited by _Robert G. Wilson v_, Aug 07 2004