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!)
A032714 n prefixed by '6' and followed by '3' is a prime. 1

%I #6 Mar 09 2015 09:35:20

%S 1,4,5,7,8,11,13,14,16,17,20,26,32,34,35,37,47,55,56,65,67,70,73,76,

%T 79,80,82,83,86,88,98,104,115,122,125,128,133,134,136,140,146,148,149,

%U 154,155,158,160,161,164,167,170,172,181,184,193,200,205,214,221

%N n prefixed by '6' and followed by '3' is a prime.

%H Harvey P. Dale, <a href="/A032714/b032714.txt">Table of n, a(n) for n = 0..1000</a>

%t Select[Range[300],PrimeQ[FromDigits[Join[{6},IntegerDigits[#],{3}]]]&] (* _Harvey P. Dale_, Mar 09 2013 *)

%K nonn,base

%O 0,2

%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 24 19:31 EDT 2024. Contains 371962 sequences. (Running on oeis4.)