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!)
A280942 Numbers k such that (29*10^k - 77)/3 is prime. 0
1, 2, 12, 14, 31, 32, 42, 44, 69, 134, 146, 164, 560, 846, 1410, 1416, 1962, 1995, 2546, 3506, 4334, 7035, 12901, 20137, 42206, 45890, 58417, 106620, 126928, 197629 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 9 followed by k-2 occurrences of the digit 6 followed by the digits 41 is prime (see Example section).
a(31) > 2*10^5.
LINKS
Makoto Kamada, Search for 96w41.
EXAMPLE
2 is in this sequence because (29*10^2 - 77) / 3 = 941 is prime.
Initial terms and primes associated:
a(1) = 1, 71;
a(2) = 2, 941;
a(3) = 12, 9666666666641;
a(4) = 14, 966666666666641;
a(5) = 32, 96666666666666666666666666666641; etc.
MATHEMATICA
Select[Range[1, 100000], PrimeQ[(29*10^# - 77) / 3] &]
CROSSREFS
Sequence in context: A022368 A076484 A259128 * A270119 A340016 A260899
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jan 11 2017
EXTENSIONS
a(28)-a(30) from Robert Price, Jan 31 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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)