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!)
A275802 Numbers k such that (76*10^k + 167)/9 is prime. 0
1, 2, 4, 5, 7, 10, 16, 19, 28, 37, 41, 44, 53, 311, 490, 1252, 4360, 4732, 5575, 6833, 8878, 11171, 11396, 13079, 14903, 76615 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers k such that the digit 8 followed by k-2 occurrences of the digit 4 followed by the digits 63 is prime (see Example section).
a(27) > 10^5.
LINKS
Makoto Kamada, Search for 84w63.
EXAMPLE
4 is in this sequence because (76*10^4+167)/9 = 84463 is prime.
Initial terms and associated primes:
a(1) = 1, 103;
a(2) = 2, 863;
a(3) = 4, 84463;
a(4) = 5, 844463;
a(5) = 7, 84444463, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(76*10^#+167)/9] &]
PROG
(PARI) is(n)=ispseudoprime((76*10^n+167)/9) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A092295 A277102 A168639 * A218931 A331518 A145734
KEYWORD
nonn,more
AUTHOR
Robert Price, Aug 09 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 July 7 13:23 EDT 2024. Contains 374082 sequences. (Running on oeis4.)