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!)
A280431 Numbers k such that (2*10^k - 41)/3 is prime. 0
2, 3, 4, 5, 8, 9, 27, 32, 39, 44, 101, 140, 268, 386, 695, 741, 1155, 1564, 1611, 4076, 6083, 11672, 26685, 50603, 134720 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers k such that k-2 occurrences of the digit 6 followed by the digits 53 is prime (see Example section).
a(26) > 2*10^5.
LINKS
Makoto Kamada, Search for 6w53.
EXAMPLE
4 is in this sequence because (2*10^4 - 41) / 3 = 6653 is prime.
Initial terms and associated primes:
a(1) = 2, 53;
a(2) = 3, 653;
a(3) = 4, 6653;
a(4) = 5, 66653;
a(5) = 8, 66666653; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[(2*10^# - 41) / 3] &]
PROG
(PARI) is(n)=ispseudoprime((2*10^n-41)/3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A152606 A057911 A085266 * A056804 A305399 A101547
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jan 02 2017
EXTENSIONS
a(25) from Robert Price, Feb 14 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 July 29 17:25 EDT 2024. Contains 374734 sequences. (Running on oeis4.)