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!)
A050986 Number of n-digit right-truncatable primes. 18

%I #26 Jan 25 2019 04:23:31

%S 4,9,14,16,15,12,8,5,0

%N Number of n-digit right-truncatable primes.

%C Right-truncatable means that the integer part of successive divisions by 10 always yields primes (or zero). - _M. F. Hasler_, Nov 07 2018

%H Jens Kruse Andersen, <a href="http://primerecords.dk/right-truncatable.txt">Right-truncatable primes</a>

%H I. O. Angell and H. J. Godwin, <a href="http://dx.doi.org/10.1090/S0025-5718-1977-0427213-2">On Truncatable Primes</a>, Math. Comput. 31, 265-267, 1977.

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/TruncatablePrime.html">Truncatable Prime.</a>

%H <a href="/index/Tri#tprime">Index entries for sequences related to truncatable primes</a>

%H <a href="/index/Pri#primepop">Index entries for sequences related to numbers of primes in various ranges</a>

%o (PARI) A050986=vector(9, n, #p=concat(apply(t->primes([t, t+1]*10), if(n>1, p)))) \\ _M. F. Hasler_, Nov 07 2018

%Y Cf. A033664, A024785, A032437, A020994, A024770, A052023, A052024, A052025, A050987.

%K base,nonn,easy,fini,full

%O 1,1

%A _Eric W. Weisstein_

%E Edited by _Ray Chandler_, Mar 13 2007

%E a(9) = 0 added by _M. F. Hasler_, Nov 07 2018

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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)