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!)
A281276 Numbers k such that (2*10^k + 457)/9 is prime. 0
1, 2, 4, 5, 7, 8, 11, 13, 20, 22, 38, 47, 76, 269, 299, 527, 724, 1214, 2243, 2327, 12635, 15064, 28921, 34303, 49117, 58151, 89279, 199283 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>2, numbers such that k-2 occurrences of the digit 2 followed by the digits 73 is prime (see Example section).
a(29) > 2*10^5.
LINKS
Makoto Kamada, Search for 2w73.
EXAMPLE
2 is in this sequence because (2*10^2 + 457) / 9 = 73 is prime.
Initial terms and primes associated:
a(1) = 1, 53;
a(2) = 2, 73;
a(3) = 4, 2273;
a(4) = 5, 22273;
a(5) = 7, 2222273; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(2*10^# + 457) / 9] &]
CROSSREFS
Sequence in context: A001606 A014554 A114147 * A025516 A191174 A261188
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jan 18 2017
EXTENSIONS
a(28) from Robert Price, Jan 08 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 April 24 13:12 EDT 2024. Contains 371946 sequences. (Running on oeis4.)