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!)
A271375 Numbers k such that (38*10^k + 637)/9 is prime. 0
1, 4, 14, 19, 25, 26, 32, 41, 59, 79, 83, 101, 103, 200, 308, 314, 548, 565, 620, 922, 1102, 1960, 2245, 2254, 5393, 5935, 6227, 14350, 25070 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 4 followed by k-2 occurrences of the digit 2 followed by the digits 93 is prime (see Example section).
a(30) > 2*10^5.
LINKS
Makoto Kamada, Search for 42w93.
EXAMPLE
4 is in this sequence because (38*10^4+637)/9 = 42293 is prime.
Initial terms and primes associated:
a(1) = 1, 113;
a(2) = 4, 42293;
a(3) = 14, 422222222222293;
a(4) = 19, 42222222222222222293;
a(5) = 25, 42222222222222222222222293, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(38*10^# + 637)/9] &]
PROG
(PARI) lista(nn) = for(n=1, nn, if(ispseudoprime((38*10^n + 637)/9), print1(n, ", "))); \\ Altug Alkan, Apr 05 2016
CROSSREFS
Sequence in context: A022383 A336634 A045248 * A070902 A059007 A035401
KEYWORD
nonn,more
AUTHOR
Robert Price, Apr 05 2016
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 May 9 18:53 EDT 2024. Contains 372354 sequences. (Running on oeis4.)