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

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

%S 3,83,353,1433,2243,7283,10883,12953,26003,29153,35993,75683,92153,

%T 104033,123203,129953,136883,166403,182243,224993,234083,262433,

%U 345953,368633,392033,416153,453683,466553,620003,665633,712883,728993

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

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

%t Select[Table[10n^2-7,{n,1,1000}],PrimeQ]

%o (Magma) [a: n in [1..400] | IsPrime(a) where a is 10*n^2-7];

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Dec 07 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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)