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!)
A295826 Numbers k such that (202*10^k - 13)/9 is prime. 0
1, 2, 4, 20, 22, 34, 35, 41, 185, 547, 644, 713, 1489, 1885, 3211, 3257, 3625, 6733, 47732, 165569, 172940, 195383 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 0, numbers such that the digits 22 followed by k-1 occurrences of the digit 4 followed by the digit 3 is prime (see Example section).
a(23) > 2*10^5.
LINKS
Makoto Kamada, Search for 224w3.
EXAMPLE
2 is in this sequence because (202*10^2 - 13)/9 = 2243 is prime.
Initial terms and primes associated:
a(1) = 1, 223;
a(2) = 2, 2243;
a(3) = 4, 224443;
a(4) = 20, 2244444444444444444443;
a(5) = 22, 224444444444444444444443; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(202*10^# - 13)/9] &]
CROSSREFS
Sequence in context: A178223 A033180 A215815 * A201502 A069535 A108866
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 28 2017
EXTENSIONS
a(20)-a(22) from Robert Price, Jan 08 2020
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)