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.

A169583 n-th prime*8-7 is the square of a prime.

This page as a plain text file.
%I A169583 #11 Nov 10 2017 16:00:42
%S A169583 1,4,12,19,47,59,115,167,217,251,306,348,414,618,630,662,809,1077,
%T A169583 1138,1218,1670,1876,2272,2680,2869,3402,3633,4242,4353,4661,5255,
%U A169583 6463,6596,6986,8543,8870,8992,9340,9444,10265,11544,11921,12449,13887,14031
%N A169583 n-th prime*8-7 is the square of a prime.
%H A169583 Harvey P. Dale, <a href="/A169583/b169583.txt">Table of n, a(n) for n = 1..350</a>
%e A169583 1 is in the sequence because 1st prime*8-7=(2nd prime)^2;
%e A169583 4 is in the sequence because 4th prime*8-7=(4th prime)^2;
%e A169583 12 is in the sequence because 12th prime*8-7=(7th prime)^2.
%t A169583 Select[Range[15000],PrimeQ[Sqrt[8Prime[#]-7]]&] (* _Harvey P. Dale_, Nov 10 2017 *)
%o A169583 (PARI) isok(n) = issquare(sq=prime(n)*8-7) && isprime(sqrtint(sq)); \\ _Michel Marcus_, Apr 15 2014
%Y A169583 Cf. A000040, A001248, A055469, A118940.
%K A169583 nonn
%O A169583 1,2
%A A169583 _Juri-Stepan Gerasimov_, Mar 01 2010
%E A169583 Corrected (1077 inserted) and extended by _R. J. Mathar_, Jun 04 2010