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!)
A271506 Numbers k such that (7*10^k + 179)/3 is prime. 0
1, 2, 3, 7, 8, 36, 41, 46, 74, 76, 88, 103, 115, 188, 194, 257, 310, 399, 511, 515, 776, 1134, 1404, 6545, 6569, 17600, 22209, 24397, 24842, 46957, 116684, 118607, 131339, 202267 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 2 followed by k-2 occurrences of the digit 3 followed by the digits 93 is prime (see Example section).
a(35) > 3*10^5.
LINKS
Makoto Kamada, Search for 23w93.
EXAMPLE
3 is in this sequence because (7*10^3 + 179)/3 = 2393 is prime.
Initial terms and primes associated:
a(1) = 1, 83;
a(2) = 2, 293;
a(3) = 3, 2393;
a(4) = 7, 23333393;
a(5) = 8, 233333393. etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(7*10^# + 179)/3] &]
Join[{1}, Flatten[Position[Table[100*FromDigits[PadRight[{2}, n, 3]]+93, {n, 47000}], _?PrimeQ]]+1] (* Harvey P. Dale, Dec 11 2018 *)
PROG
(PARI) is(n)=ispseudoprime((7*10^n+179)/3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A112994 A056036 A056432 * A056433 A288628 A064669
KEYWORD
nonn,more
AUTHOR
Robert Price, Apr 08 2016
EXTENSIONS
a(31)-a(33) from Robert Price, Sep 01 2018
a(34) from Robert Price, Jun 21 2023
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)