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!)
A276114 Numbers n such that (101*10^n - 17)/3 is prime. 0
1, 2, 15, 17, 26, 41, 56, 59, 121, 137, 224, 506, 611, 836, 937, 1079, 1829, 2315, 2666, 2879, 6661, 7167, 14021, 15459, 32924, 73346, 176815, 177302 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers n such that the digits 33 followed by n-1 occurrences of the digit 6 followed by the digit 1 is prime (see Example section).
a(29) > 2*10^5.
LINKS
Makoto Kamada, Search for 336w1.
EXAMPLE
2 is in this sequence because (101*10^2 - 17)/3 = 3361 is prime.
Initial terms and primes associated:
a(1) = 1, 331;
a(2) = 2, 3361;
a(3) = 15, 33666666666666661;
a(4) = 17, 3366666666666666661;
a(5) = 26, 3366666666666666666666666661, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(101*10^# - 17)/3] &]
PROG
(PARI) is(n)=ispseudoprime((101*10^n - 17)/3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A370977 A337824 A114606 * A022117 A042571 A041797
KEYWORD
nonn,more
AUTHOR
Robert Price, Aug 18 2016
EXTENSIONS
a(27)-a(28) from Robert Price, Feb 05 2020
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 24 13:29 EDT 2024. Contains 371956 sequences. (Running on oeis4.)