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!)
A201790 Primes of the form 5n^2 - 9. 1

%I #6 Sep 08 2022 08:46:01

%S 11,71,311,491,971,2411,3371,3911,7211,12491,15671,16811,19211,28871,

%T 31991,38711,44171,49991,56171,67271,74411,76871,100811,118571,134471,

%U 137771,154871,165611,176711,180491,188171,224711,250871,255371

%N Primes of the form 5n^2 - 9.

%H Vincenzo Librandi, <a href="/A201790/b201790.txt">Table of n, a(n) for n = 1..5000</a>

%t Select[Table[5n^2-9,{n,2,1000}],PrimeQ]

%o (Magma) [a: n in [2..500] | IsPrime(a) where a is 5*n^2-9];

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Dec 05 2011

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 23 14:30 EDT 2024. Contains 371914 sequences. (Running on oeis4.)