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!)
A279549 Numbers k such that (13*10^k + 47) / 3 is prime. 0
1, 2, 3, 9, 10, 14, 36, 44, 69, 124, 249, 297, 453, 535, 766, 1074, 1668, 1975, 1987, 2295, 5703, 6526, 13329, 34738, 37549, 39825, 93236, 99508, 136687 (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 3 followed by the digits 49 is prime (see Example section).
a(30) > 2*10^5.
LINKS
Makoto Kamada, Search for 43w49.
EXAMPLE
3 is in this sequence because (13*10^3 + 47) / 3 = 4349 is prime.
Initial terms and primes associated:
a(1) = 1, 59;
a(2) = 2, 449;
a(3) = 3, 4349;
a(4) = 9, 4333333349;
a(5) = 10, 43333333349; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(13*10^# + 47) / 3] &]
PROG
(PARI) is(n)=ispseudoprime((13*10^n + 47)/3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A057291 A135107 A191568 * A030743 A098020 A047358
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jan 05 2017
EXTENSIONS
a(29) from Robert Price, Oct 14 2018
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 7 02:26 EDT 2024. Contains 372298 sequences. (Running on oeis4.)