0%

Problem 827


Problem 827


Pythagorean Triple Occurrence

Define Q(n) to be the smallest number that occurs in exactly n Pythagorean triples (a,b,c) where a<b<c.

For example, 15 is the smallest number occurring in exactly 5 Pythagorean triples:
(9,12,15)(8,15,17)(15,20,25)(15,36,39)(15,112,113)
and so Q(5)=15.

You are also given Q(10)=48 and Q(103)=8064000.

Find k=118Q(10k). Give your answer modulo 409120391.


毕达哥拉斯三元组频数

Q(n)为最小的、恰好出现在n毕达哥拉斯三元组(a,b,c)中的数,其中a<b<c

例如,15是最小的、恰好出现在5个毕达哥拉斯三元组中的数:
(9,12,15)(8,15,17)(15,20,25)(15,36,39)(15,112,113)
因此Q(5)=15

已知Q(10)=48Q(103)=8064000

k=118Q(10k),并将你的答案对409120391取余。


0 comments
Anonymous
Markdown is supported

Be the first person to leave a comment!