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.

A058192 (6^n)-th prime.

This page as a plain text file.
%I A058192 #5 Nov 02 2014 14:51:10
%S A058192 2,13,151,1321,10627,79349,567871,3950183,26941241,180902089,
%T A058192 1200241909,7886347793,51408151891,332894613817,2143561517329,
%U A058192 13736049589111,87651481221089,557252522673659,3531220462434253,22311656552744543,140605761109553401,883994567552212601,5545829371444858669
%N A058192 (6^n)-th prime.
%t A058192 Table[ Prime[ 6^n ], {n, 0, 15} ]
%o A058192 (PARI) a(n)=prime(6^n) \\ _Charles R Greathouse IV_, Nov 02 2014
%K A058192 nonn,hard
%O A058192 0,1
%A A058192 _Robert G. Wilson v_, Dec 04 2000
%E A058192 a(16)-a(22) from _Charles R Greathouse IV_, Nov 02 2014