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!)
A290153 Numbers k such that (32*10^k - 77)/9 is prime. 0
2, 3, 8, 12, 15, 75, 92, 123, 126, 267, 272, 525, 561, 1041, 1947, 2571, 11667, 13656, 15981, 29852, 35256, 105530, 122733, 125751 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k>1, numbers such that the digit 3 followed by k-2 occurrences of the digit 5 followed by the digits 47 is prime (see Example section).
a(25) > 2*10^5.
LINKS
Makoto Kamada, Search for 35w47.
EXAMPLE
3 is in this sequence because (32*10^3 - 77)/9 = 3547 is prime.
Initial terms and primes associated:
a(1) = 2, 347;
a(2) = 3, 3547;
a(3) = 8, 355555547;
a(4) = 12; 3555555555547;
a(5) = 15, 3555555555555547; etc.
MATHEMATICA
Select[Range[1, 100000], PrimeQ[(32*10^# - 77)/9] &]
CROSSREFS
Sequence in context: A243192 A164817 A002958 * A266629 A249096 A249367
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jul 21 2017
EXTENSIONS
a(22)-a(24) from Robert Price, Jun 10 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 April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)