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!)
A282140 Numbers k such that (49*10^k + 311)/9 is prime. 0
1, 3, 6, 7, 9, 10, 12, 24, 39, 135, 258, 382, 660, 900, 1306, 1528, 3658, 3937, 5157, 7006, 7936, 10956, 15396, 45808, 198403 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 5 followed by k-2 occurrences of the digit 4 followed by the digits 79 is prime (see Example section).
a(26) > 2*10^5.
LINKS
Makoto Kamada, Search for 54w79.
EXAMPLE
3 is in this sequence because (49*10^3 + 311)/9 = 5479 is prime.
Initial terms and primes associated:
a(1) = 1, 89;
a(2) = 3, 5479;
a(3) = 6, 5444479;
a(4) = 7, 54444479;
a(5) = 9, 5444444479; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(49*10^# + 311)/9] &]
CROSSREFS
Sequence in context: A157319 A138933 A288938 * A071530 A005767 A085837
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 06 2017
EXTENSIONS
a(25) from Robert Price, Jun 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 18 12:52 EDT 2024. Contains 371780 sequences. (Running on oeis4.)