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!)
A282457 Numbers k such that 7*10^k - 47 is prime. 0
1, 2, 5, 8, 11, 14, 15, 30, 31, 42, 69, 85, 120, 128, 449, 685, 686, 741, 1291, 1521, 2165, 9110, 9150, 11366, 13154, 33321, 40758, 50789, 51440, 65492, 82509, 93887, 266024 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 6 followed by k-2 occurrences of the digit 9 followed by the digits 53 is prime (see Example section).
a(34) > 3*10^5.
LINKS
Makoto Kamada, Search for 69w53.
EXAMPLE
2 is in this sequence because 7*10^2 - 47 = 653 is prime.
Initial terms and primes associated:
a(1) = 1, 23;
a(2) = 2, 653;
a(3) = 5, 699953;
a(4) = 8, 699999953;
a(5) = 11, 699999999953; etc.
MATHEMATICA
Select[Range[1, 100000], PrimeQ[7*10^# - 47] &]
CROSSREFS
Sequence in context: A294391 A257771 A276881 * A329848 A059560 A022842
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 15 2017
EXTENSIONS
Reordered terms into ascending order by Robert Price, Apr 01 2022
a(33) from Robert Price, Oct 25 2023
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 23 07:34 EDT 2024. Contains 371905 sequences. (Running on oeis4.)