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

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

%S 31,151,241,631,991,1201,1951,2551,4831,5281,9601,11551,12241,13681,

%T 14431,15991,18481,24001,27031,28081,30241,37201,38431,48991,53281,

%U 54751,57751,59281,62401,67231,68881,73951,77431,79201,84631

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

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

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

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

%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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)