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!)
A275287 Numbers n such that (26*10^n - 107)/9 is prime. 0
1, 2, 5, 7, 13, 23, 25, 44, 110, 157, 751, 853, 964, 1135, 2588, 2602, 2807, 2888, 3272, 4046, 4798, 16720, 21410, 22285, 25888, 34586, 51764 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For n>1, numbers n such that the digit 2 followed by n-2 occurrences of the digit 8 followed by the digits 77 is prime (see Example section).
a(28) > 10^5.
LINKS
Makoto Kamada, Search for 28w77.
EXAMPLE
5 is in this sequence because (26*10^5 - 107)/9 = 288877 is prime.
Initial terms and primes associated:
a(1) = 1, 17;
a(2) = 2, 277;
a(3) = 5, 288877;
a(4) = 7, 28888877;
a(5) = 13, 28888888888877, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(26*10^# - 107)/9] &]
PROG
(PARI) lista(nn) = for(n=1, nn, if(ispseudoprime((26*10^n-107)/9), print1(n, ", "))); \\ Altug Alkan, Jul 22 2016
CROSSREFS
Sequence in context: A082182 A032719 A334246 * A261581 A045355 A252281
KEYWORD
nonn,more
AUTHOR
Robert Price, Jul 21 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 25 06:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)