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!)
A275522 Numbers k such that (28*10^k + 773)/9 is prime. 0
0, 2, 5, 6, 11, 20, 32, 59, 81, 98, 128, 437, 758, 989, 998, 1403, 1548, 1907, 1914, 2219, 5414, 9047, 13196, 18518, 28382 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers k such that the digit 3 followed by k-2 occurrences of the digit 1 followed by the digits 97 is prime (see Example section).
a(26) > 10^5.
LINKS
Makoto Kamada, Search for 31w97.
EXAMPLE
5 is in this sequence because (28*10^5 + 773)/9 = 311197 is prime.
Initial terms and associated primes:
a(1) = 0, 89;
a(2) = 2, 397;
a(3) = 5, 311197;
a(4) = 6, 3111197;
a(5) = 11, 311111111197, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(28*10^# + 773)/9] &]
PROG
(Magma) [n: n in [0..500] | IsPrime((28*10^n+773) div 9)]; // Vincenzo Librandi, Aug 01 2016
(PARI) is(n)=ispseudoprime((28*10^n+773)/9) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A135476 A255310 A051217 * A110975 A190120 A069789
KEYWORD
nonn,more,changed
AUTHOR
Robert Price, Jul 31 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 May 8 10:35 EDT 2024. Contains 372332 sequences. (Running on oeis4.)