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!)
A201313 Primes of the form n^2 - 10. 1

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

%S 71,431,719,1511,2591,4751,6551,7559,9791,13679,16631,21599,23399,

%T 29231,31319,33479,42839,47951,61991,68111,95471,110879,123191,131759,

%U 149759,154439,159191,184031,194471,199799,210671,221831,227519,233279

%N Primes of the form n^2 - 10.

%H Vincenzo Librandi, <a href="/A201313/b201313.txt">Table of n, a(n) for n = 1..6000</a>

%t Select[Range[3,2000]^2-10,PrimeQ]

%o (Magma)[a: n in [3..600] | IsPrime(a) where a is n^2-10];

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Dec 01 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 24 20:06 EDT 2024. Contains 371963 sequences. (Running on oeis4.)