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!)
A295824 Numbers k such that (44*10^k - 161)/9 is prime. 0
1, 3, 4, 10, 81, 135, 217, 232, 247, 250, 325, 579, 955, 1288, 1522, 1839, 2794, 15658, 15777, 54547, 63790 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers such that the digit 4 followed by k - 2 occurrences of the digit 8 followed by the digits 71 is prime (see Example section).
a(22) > 2 * 10^5.
LINKS
Makoto Kamada, Search for 48w71
EXAMPLE
3 is in this sequence because (44*10^3 - 161)/9 = 4871 is prime.
Initial terms and primes associated:
a(1) = 1, 31;
a(2) = 3, 4871;
a(3) = 4, 48871;
a(4) = 10, 48888888871; etc.
MATHEMATICA
Select[Range[1, 100000], PrimeQ[(44*10^# - 161)/9] &]
CROSSREFS
Sequence in context: A288110 A085386 A290517 * A180696 A133760 A335887
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 28 2017
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 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)