login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A275410 Numbers k such that (493*10^k - 7)/9 is prime. 0
1, 2, 5, 7, 8, 14, 19, 22, 23, 31, 62, 65, 79, 178, 356, 401, 517, 557, 1040, 2248, 6718, 10730, 15079, 24938, 36241, 58486, 69340
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k such that the digits 54 followed by k occurrences of the digit 7 is prime (see Example section).
a(28) > 10^5.
LINKS
Makoto Kamada, Search for 547w.
EXAMPLE
5 is in this sequence because (493*10^5-7)/9 = 5477777 is prime.
Initial terms and associated primes:
a(1) = 1, 547;
a(2) = 2, 5477;
a(3) = 5, 5477777;
a(4) = 7, 547777777;
a(5) = 8, 5477777777, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(493*10^#-7)/9] &]
PROG
(Magma) [n: n in [0..500] | IsPrime((493*10^n-7) div 9)]; // Vincenzo Librandi, Jul 27 2016
(PARI) is(n)=ispseudoprime((493*10^n-7)/9) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A020674 A243171 A005624 * A139481 A363626 A340326
KEYWORD
nonn,more
AUTHOR
Robert Price, Jul 26 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 15:25 EDT 2024. Contains 376000 sequences. (Running on oeis4.)