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!)
A120460 Primes p such that (3*p^2+1)/4 is prime. 1

%I #4 Apr 25 2017 12:09:26

%S 3,5,7,13,19,23,29,47,61,83,97,127,149,163,173,181,191,211,239,251,

%T 257,281,307,313,317,331,359,373,383,419,433,439,449,467,491,503,593,

%U 607,617,631,643,701,709,719,751,797,811,839,859,883,887,937,971,1013,1049

%N Primes p such that (3*p^2+1)/4 is prime.

%C Prime terms in A121259 = numbers n such that (3n^2+1)/4 is prime.

%H Harvey P. Dale, <a href="/A120460/b120460.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Prime[Range[200]],PrimeQ[(3#^2+1)/4]&] (* _Harvey P. Dale_, Apr 25 2017 *)

%Y Cf. A121259.

%K base,nonn

%O 1,1

%A _Zak Seidov_, Aug 25 2006

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 September 15 10:23 EDT 2024. Contains 375932 sequences. (Running on oeis4.)