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!)
A272195 Numbers k such that (64*10^k + 287)/9 is prime. 0
1, 2, 4, 5, 7, 8, 13, 16, 22, 112, 134, 139, 250, 445, 475, 512, 544, 1318, 1588, 3307, 4216, 4457, 4474, 4979, 6241, 9551, 17939, 20405, 48106, 54467, 144797 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers k such that the digit 7 followed by k-2 occurrences of the digit 1 followed by the digits 43 is prime (see Example section).
a(32) > 2*10^5.
LINKS
Makoto Kamada, Search for 71w43.
EXAMPLE
5 is in this sequence because (64*10^5 + 287)/9 = 711143 is prime.
Initial terms and primes associated:
a(1) = 1, 103;
a(2) = 2, 743;
a(3) = 4, 71143;
a(4) = 5, 711143;
a(5) = 7, 71111143, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(64*10^#n + 287)/9] &]
PROG
(PARI) lista(nn) = for(n=1, nn, if(ispseudoprime((64*10^n + 287)/9), print1(n, ", "))); \\ Altug Alkan, Apr 22 2016
CROSSREFS
Sequence in context: A032924 A005125 A232832 * A082672 A241808 A247865
KEYWORD
nonn,more
AUTHOR
Robert Price, Apr 22 2016
EXTENSIONS
a(31) from Robert Price, Apr 13 2019
STATUS
approved

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