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!)
A024912 Numbers k such that 10*k + 1 is prime. 20

%I #45 Feb 05 2024 00:59:35

%S 1,3,4,6,7,10,13,15,18,19,21,24,25,27,28,31,33,40,42,43,46,49,52,54,

%T 57,60,63,64,66,69,70,75,76,81,82,88,91,94,97,99,102,103,105,106,109,

%U 115,117,118,120,123,129,130,132,136,138,145,147,148,151,153,157,160,162

%N Numbers k such that 10*k + 1 is prime.

%H T. D. Noe, <a href="/A024912/b024912.txt">Table of n, a(n) for n = 1..1000</a>

%F a(n) = (A081759(n)+1)/2.

%t Select[Range[170], PrimeQ[10# + 1] &] (* _Ray Chandler_, Dec 06 2006 *)

%o (Magma) [n: n in [1..1000] |IsPrime(10*n+1)] // _Vincenzo Librandi_, Nov 19 2010]

%o (PARI) is(n)=isprime(10*n+1) \\ _Charles R Greathouse IV_, Jul 02 2013

%Y Cf. A030430, A049511, A081759.

%K nonn,easy

%O 1,2

%A _Clark Kimberling_

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 May 9 22:30 EDT 2024. Contains 372354 sequences. (Running on oeis4.)