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!)
A291609 Numbers k such that (49*10^k - 67)/9 is prime. 1
1, 3, 4, 7, 10, 24, 37, 46, 63, 64, 91, 114, 367, 453, 1156, 1347, 1524, 7153, 10893, 13548, 15153, 43093, 61167, 184993 (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 37 is prime (see Example section).
a(25) > 2*10^5.
LINKS
Makoto Kamada, Search for 54w37.
EXAMPLE
4 is in this sequence because (49*10^4 - 67)/9 = 54437 is prime.
Initial terms and primes associated:
a(1) = 1, 47;
a(2) = 3, 5437;
a(3) = 4, 54437;
a(4) = 7, 54444437;
a(5) = 10, 54444444437; etc.
MATHEMATICA
Select[Range[1, 100000], PrimeQ[(49*10^# - 67)/9] &]
CROSSREFS
Sequence in context: A193826 A032715 A293276 * A291870 A002887 A080034
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Aug 27 2017
EXTENSIONS
a(24) from Robert Price, Mar 15 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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)