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!)
A094320 Numbers n >= 0 such that Lehmer's polynomial 263*n^2+3 is prime. 2
0, 4, 14, 26, 40, 124, 130, 136, 194, 224, 250, 254, 364, 376, 410, 430, 464, 494, 536, 560, 604, 620, 640, 656, 724, 730, 794, 836, 1004, 1010, 1036, 1064, 1090, 1144, 1186, 1300, 1330, 1430, 1484, 1486, 1510, 1514, 1570, 1580, 1586, 1606, 1624, 1774, 1796, 1834 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
All terms == 0, 4 or 6 (mod 10). - Robert Israel, Jan 15 2016
LINKS
MAPLE
select(n -> isprime(263*n^2+3), 2*[$0..2000]); # Robert Israel, Jan 15 2016
MATHEMATICA
Select[Range[0, 2000], PrimeQ[263 #^2 + 3] &] (* Vincenzo Librandi, Jan 14 2016 *)
PROG
(Magma) [n: n in [0..2*10^3] |IsPrime(263*n^2+3)]; // Vincenzo Librandi, Jan 14 2016
(PARI) isok(n) = isprime(263*n^2+3); \\ Michel Marcus, Jan 14 2016
CROSSREFS
See A094319 for further information.
Sequence in context: A075381 A030572 A175680 * A200546 A304342 A066907
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 03 2004
STATUS
approved

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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)