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!)
A275236 Numbers n such that (28*10^n-97)/3 is prime. 0
1, 5, 8, 20, 27, 56, 74, 81, 107, 217, 294, 326, 525, 645, 667, 764, 863, 1885, 1961, 2913, 3056, 3192, 3327, 5480, 8455, 22797, 50147, 89141, 96265 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For n>1, numbers n such that the digit 9 followed by n-2 occurrences of the digit 3 followed by the digits 01 is prime (see Example section).
a(30) > 10^5.
LINKS
Makoto Kamada, Search for 93w01.
EXAMPLE
5 is in this sequence because (28*10^5-97)/3 = 877 is prime.
Initial terms and primes associated:
a(1) = 1, 61;
a(2) = 5, 933301;
a(3) = 8, 933333301;
a(4) = 20, 933333333333333333301;
a(5) = 27, 9333333333333333333333333301, etc.
MATHEMATICA
Select[Range[0, 100], PrimeQ[(28*10^#-97)/3 && # > 0] &] (* Corrected by Georg Fischer, Jul 22 2019 *)
PROG
(PARI) is(n)=ispseudoprime((28*10^n-97)/3) \\ Charles R Greathouse IV, Jul 21 2016
(Magma) [n: n in [1..500] | IsPrime((28*10^n-97) div 3)]; // Vincenzo Librandi, Jul 21 2016
CROSSREFS
Sequence in context: A271885 A295901 A143157 * A270022 A271195 A270630
KEYWORD
nonn,more
AUTHOR
Robert Price, Jul 20 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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)