The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A272830 Numbers k such that (8*10^k - 29)/3 is prime. 0
1, 2, 3, 8, 9, 10, 16, 31, 35, 79, 179, 196, 239, 376, 515, 728, 812, 1154, 2000, 2379, 2485, 3523, 3987, 5221, 5257, 5739, 17863, 59127, 106454, 125894 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers k such that the digit 2 followed by k-2 occurrences of the digit 6 followed by the digits 57 is prime (see Example section).
a(31) > 2*10^5.
LINKS
Makoto Kamada, Search for 26w57.
EXAMPLE
3 is in this sequence because (8*10^3 - 29)/3 = 2657 is prime.
Initial terms and associated primes:
a(1) = 1, 17;
a(2) = 2, 257;
a(3) = 3, 2657;
a(4) = 8, 266666657;
a(5) = 9, 2666666657, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(8*10^# - 29)/3] &]
PROG
(PARI) is(n)=ispseudoprime((8*10^n-29)/3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A191159 A047360 A004825 * A028821 A337261 A288740
KEYWORD
nonn,more
AUTHOR
Robert Price, May 07 2016
EXTENSIONS
a(29)-a(30) from Robert Price, Jul 03 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 June 1 04:51 EDT 2024. Contains 373010 sequences. (Running on oeis4.)