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!)
A278442 Numbers k such that (11*10^k - 179) / 3 is prime. 0
2, 3, 4, 5, 7, 14, 16, 47, 68, 103, 127, 341, 523, 562, 1259, 2206, 3164, 3335, 5450, 7700, 7822, 8902, 23237, 36431, 39874, 123899, 129239 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k>1, numbers such that the digit 3 followed by k-2 occurrences of the digit 6 followed by the digits 07 is prime (see Example section).
a(28) > 2*10^5.
LINKS
Makoto Kamada, Search for 36w07.
EXAMPLE
4 is in this sequence because (11*10^4 - 179) / 3 = 36607 is prime.
Initial terms and primes associated:
a(1) = 2, 307;
a(2) = 3, 3607;
a(3) = 4, 36607;
a(4) = 5, 366607;
a(5) = 7, 36666607; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[(11*10^# - 179) / 3] &]
PROG
(Magma) [n: n in [2..400] | IsPrime((11*10^n-179) div 3)]; // Vincenzo Librandi, Nov 23 2016
(PARI) is(n)=ispseudoprime((11*10^n - 179)/3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A337188 A125707 A039060 * A092065 A044955 A297136
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 22 2016
EXTENSIONS
a(26)-a(27) from Robert Price, Sep 22 2018
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)