[go: up one dir, main page]

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!)
A281171 Numbers k such that (5*10^k + 37)/3 is prime. 1
1, 2, 5, 9, 13, 20, 21, 32, 33, 56, 73, 81, 149, 313, 455, 753, 1013, 1166, 1304, 1679, 15758, 15896, 21801, 41353, 45421, 131090, 151007 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers k such that the digit 1 followed by k-2 occurrences of the digit 6 followed by the digits 79 is prime (see Example section).
a(28) > 2*10^5.
LINKS
Makoto Kamada, Search for 16w79.
EXAMPLE
2 is in this sequence because (5*10^2 + 37) / 3 = 179 is prime.
Initial terms and associated primes:
a(1) = 1, 29;
a(2) = 2, 179;
a(3) = 5, 166679;
a(4) = 9, 1666666679;
a(5) = 13, 16666666666679; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(5*10^# + 37) / 3] &]
CROSSREFS
Sequence in context: A290140 A109853 A071705 * A190713 A288347 A109094
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jan 16 2017
EXTENSIONS
a(26)-a(27) from Robert Price, Mar 02 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 August 30 19:56 EDT 2024. Contains 375546 sequences. (Running on oeis4.)