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!)
A278707 Numbers k such that (7*10^k - 313) / 9 is prime. 0
2, 3, 5, 6, 9, 14, 18, 21, 24, 27, 29, 83, 513, 555, 750, 843, 1118, 4494, 5886, 6968, 9519, 12290, 15779, 76536, 76818, 90371 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For n>1, numbers such that n-2 occurrences of the digit 7 followed by the digits 43 is prime (see Example section).
a(27) > 2*10^5.
LINKS
Makoto Kamada, Search for 7w43.
EXAMPLE
3 is in this sequence because (7*10^3 - 313) / 9 = 743 is prime.
Initial terms and primes associated:
a(1) = 2, 43;
a(2) = 3, 743;
a(3) = 5, 77743;
a(4) = 6, 777743;
a(5) = 9, 777777743; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(7*10^# - 313) / 9] &]
PROG
(PARI) isok(n) = isprime((7*10^n - 313) / 9); \\ Michel Marcus, Nov 27 2016
(Magma) [n: n in [0..500] | IsPrime((7*10^n-313) div 9)]; // Vincenzo Librandi, Nov 27 2016
CROSSREFS
Sequence in context: A073216 A181902 A295631 * A294631 A059454 A138538
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 26 2016
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 27 07:40 EDT 2024. Contains 372009 sequences. (Running on oeis4.)