login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Primes of the form 10n^3-7.
1

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

%S 3,73,263,2153,5113,7283,49123,58313,175753,327673,466553,593183,

%T 1105913,1326503,1488763,2053783,3144313,3285083,4745513,5717863,

%U 6360553,6585023,7289993,7786873,8573743,8847353,9702983,13676303,15608953

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

%H Vincenzo Librandi, <a href="/A201038/b201038.txt">Table of n, a(n) for n = 1..4000</a>

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

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

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Nov 27 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 20 16:55 EDT 2024. Contains 376075 sequences. (Running on oeis4.)