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!)
A262937 Numbers k such that (28*10^k - 13) / 3 is prime. 0
0, 1, 2, 4, 5, 8, 10, 14, 17, 20, 33, 64, 80, 152, 158, 166, 194, 196, 198, 901, 971, 1289, 1595, 2921, 14390, 28781, 35840 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For k > 1, numbers k such that the digit 9 followed by k-2 occurrences of the digit 3 followed by the digits 29 is prime (see Example section).
a(28) > 3*10^5.
LINKS
Makoto Kamada, Search for 93w29.
EXAMPLE
2 is in this sequence because (28*10^2 - 13) / 3 = 929 is prime.
Initial terms and associated primes:
a(1) = 0, 5;
a(2) = 1, 89;
a(3) = 2, 929;
a(4) = 4, 93329;
a(5) = 5, 933329, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(28*10^# - 13) / 3] &]
PROG
(PARI) is(n)=ispseudoprime((28*10^n - 13)/3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A259711 A182195 A092265 * A249508 A163295 A101274
KEYWORD
nonn,more
AUTHOR
Robert Price, Sep 23 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 15 08:33 EDT 2024. Contains 374324 sequences. (Running on oeis4.)