login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A232011 Numbers n such that (3n)^2 + 2 is prime. 2

%I #7 Nov 27 2013 11:31:19

%S 1,3,5,7,11,13,15,19,27,33,35,37,39,41,49,57,73,75,79,81,83,85,91,99,

%T 101,103,107,115,117,121,123,125,129,139,141,143,147,149,151,159,167,

%U 171,183,185,187,191,201,203,217,225,227,233,237,251,259,269,273,279

%N Numbers n such that (3n)^2 + 2 is prime.

%C Corresponding values of such primes are in A056899(n) for n>2.

%C Supersequence of A126960 (primes p such that (3p)^2 + 2 is prime).

%H Jaroslav Krizek, <a href="/A232011/b232011.txt">Table of n, a(n) for n = 1..1000</a>

%F a(n) = sqrt(A056899(n+2) - 2)/3 = A067201(n+2)/3.

%e 7 is in sequence because (3*7)^2 + 2 = 443 (prime).

%t Select[Range[279], PrimeQ[9 #^2 + 2] &] (* _T. D. Noe_, Nov 27 2013 *)

%o (PARI) is(n)=isprime(9*n^2+2) \\ _Charles R Greathouse IV_, Nov 25 2013

%Y Cf. A000040, A056899, A067201, A126960.

%K nonn

%O 1,2

%A _Jaroslav Krizek_, Nov 25 2013

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)