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!)
A275323 Numbers n such that (19*10^n + 161)/9 is prime. 0
2, 3, 5, 6, 8, 18, 36, 59, 80, 162, 197, 200, 405, 432, 930, 1065, 1496, 1716, 3213, 5712, 6303, 7466, 14150, 23685, 54608, 59766 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For n>1, numbers n such that the digit 2 followed by n-2 occurrences of the digit 1 followed by the digits 29 is prime (see Example section).
a(27) > 10^5.
LINKS
Makoto Kamada, Search for 21w29.
EXAMPLE
5 is in this sequence because (19*10^5 + 161)/9 = 211129 is prime.
Initial terms and primes associated:
a(1) = 2, 229;
a(2) = 3, 2129;
a(3) = 5, 211129;
a(4) = 6, 2111129;
a(5) = 8, 211111129, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(19*10^# + 161)/9] &]
PROG
(PARI) is(n)=ispseudoprime((19*10^n+161)/9) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A088497 A088485 A194626 * A128994 A098211 A349792
KEYWORD
nonn,more
AUTHOR
Robert Price, Jul 23 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 20 09:30 EDT 2024. Contains 371799 sequences. (Running on oeis4.)