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!)
A276353 Numbers k such that (19*10^k + 77) / 3 is prime. 0
1, 2, 3, 5, 6, 17, 22, 56, 71, 90, 93, 109, 124, 135, 179, 255, 1804, 2541, 2707, 3195, 4952, 5884, 9301, 19847, 27903, 45739, 65545, 69424, 103907, 160619, 168173, 297497, 299640 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 6 followed by k-2 occurrences of the digit 3 followed by the digits 59 is prime (see Example section).
a(34) > 3*10^5.
LINKS
Makoto Kamada, Search for 63w59.
EXAMPLE
3 is in this sequence because (19*10^3 + 77) / 3 = 6359 is prime.
Initial terms and primes associated:
a(1) = 1, 89;
a(2) = 2, 659
a(3) = 3, 6359;
a(4) = 5, 633359;
a(5) = 6, 6333359, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(19*10^# + 77) / 3] &]
PROG
(PARI) is(n)=ispseudoprime((19*10^n + 77)/3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A055686 A126250 A293027 * A109628 A192367 A227230
KEYWORD
nonn,more
AUTHOR
Robert Price, Aug 31 2016
EXTENSIONS
a(29)-a(31) from Robert Price, May 28 2019
a(32)-a(33) from Robert Price, Jun 01 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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)