Forgot password
 Register account
View 1087|Reply 1

[数论] 某分式不定方程正整数解数

[Copy link]

461

Threads

957

Posts

4

Reputation

Show all posts

青青子衿 posted 2021-4-27 11:47 |Read mode
给定正整数$n$,分式不定方程$\dfrac{1}{x}+\dfrac{1}{y}+\dfrac{1}{xy}=\dfrac{1}{n}$的正整数解数等于$n(n+1)$因子个数.
  1. Table[{Length[
  2.    Solve[1/x + 1/y + 1/(x*y) == 1/k && 0 < {x, y}, {x, y}, Integers]],
  3.    DivisorSigma[0, k (k + 1)]}, {k, 1, 100}]
Copy the Code

673

Threads

110K

Posts

218

Reputation

Show all posts

kuing posted 2021-4-27 13:38
?去分母整理一下不就变成 `(x-n)(y-n)=n(n+1)` 么……

Quick Reply

Advanced Mode
B Color Image Link Quote Code Smilies
You have to log in before you can reply Login | Register account

$\LaTeX$ formula tutorial

Mobile version

2025-7-15 15:26 GMT+8

Powered by Discuz!

Processed in 0.013889 seconds, 22 queries