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!)
A032719 Numbers k such that k prefixed by '2' and followed by '7' is prime. 1

%I #13 Jul 28 2021 04:25:31

%S 2,5,7,13,20,23,26,28,29,34,35,37,41,43,44,46,47,55,61,64,65,67,68,70,

%T 76,77,79,83,85,88,89,91,92,95,101,106,110,115,118,122,124,127,131,

%U 134,137,139,140,146,148,151,155,157,158,161,164,172,173,175,176

%N Numbers k such that k prefixed by '2' and followed by '7' is prime.

%H Harvey P. Dale, <a href="/A032719/b032719.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Range[200],PrimeQ[2*10^(IntegerLength[#]+1)+10#+7]&] (* _Harvey P. Dale_, Dec 10 2016 *)

%Y Subsequence of A001651 (not divisible by 3).

%K nonn,base

%O 1,1

%A _Patrick De Geest_, May 15 1998

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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)