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.

A096327 Prime(p^2) where p = prime(n).

This page as a plain text file.
%I A096327 #13 Nov 21 2013 12:48:20
%S A096327 7,23,97,227,661,1009,1879,2437,3803,6481,7573,11321,14327,15877,
%T A096327 19471,25469,32429,34849,42943,49037,52121,62081,69401,80929,97879,
%U A096327 107053,111863,121631,126719,137143,177589,189913,209569,216481,251969,259547
%N A096327 Prime(p^2) where p = prime(n).
%e A096327 5^2=25, prime(25) = 97.
%t A096327 Prime[Prime[Range[40]]^2] (* _Harvey P. Dale_, Aug 22 2011 *)
%o A096327 (PARI) g(n,m) = forprime(j=2,m, forprime(x=2,n,print1(prime(j^2)",");break))
%K A096327 nonn
%O A096327 1,1
%A A096327 _Cino Hilliard_, Aug 02 2004
%E A096327 Edited by _Robert G. Wilson v_, Aug 07 2004