The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A070277 Smallest prime ending in n, or 0 if no such prime exists. 1

%I #8 Feb 06 2019 17:18:40

%S 11,2,3,0,5,0,7,0,19,0,11,0,13,0,0,0,17,0,19,0,421,0,23,0,0,0,127,0,

%T 29,0,31,0,233,0,0,0,37,0,139,0,41,0,43,0,0,0,47,0,149,0,151,0,53,0,0,

%U 0,157,0,59,0,61,0,163,0,0,0,67,0,269,0,71,0,73,0,0,0,277,0,79,0,181,0

%N Smallest prime ending in n, or 0 if no such prime exists.

%H Antti Karttunen, <a href="/A070277/b070277.txt">Table of n, a(n) for n = 1..10000</a>

%o (PARI) A070277(n) = if(!(n%2) || !(n%5), isprime(n)*n, my(k=10^#digits(n)); forprime(p=n,oo,if(0==((p-n)%k), return(p)))); \\ _Antti Karttunen_, Feb 06 2019

%K base,nonn

%O 1,1

%A _Amarnath Murthy_, May 07 2002

%E More terms from Larry Reeves (larryr(AT)acm.org), Sep 26 2002

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