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.

A127808 Least positive primitive root of (n-th prime)^3.

This page as a plain text file.
%I A127808 #7 May 07 2013 15:59:54
%S A127808 2,2,3,2,2,3,2,5,2,3,2,6,3,5,2,2,2,2,7,5,3,2,3,5,2,5,2,6,3,3,2,3,2,2,
%T A127808 6,5,2,5,2,2,2,19,5,2,3,2,3,2,6,3,7,7,6,3,5,2,6,5,3,3,2,5,17,10,2,3,
%U A127808 10,2,2,3,7,6,2,2,5,2,5,3,21,2,2,7,5,15,2,3,13,2,3,2,13,3,2,7,5,2,3,2,2
%N A127808 Least positive primitive root of (n-th prime)^3.
%t A127808 Table[PrimitiveRoot[(Prime[n])^3], {n, 2, 100}]
%t A127808 PrimitiveRoot[Prime[Range[2,100]]^3] (* _Harvey P. Dale_, May 07 2013 *)
%Y A127808 Cf. A001918, A127807, A127809, A127810.
%K A127808 nonn
%O A127808 2,1
%A A127808 _Artur Jasinski_, Jan 29 2007