Skip to content

Commit 237a45f

Browse files
Update maths/repunit_theorem.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a24ebd5 commit 237a45f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

maths/repunit_theorem.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
77
For every positive integer ``n`` with ``gcd(n, 10) = 1``,
88
there exists a repunit ``R_k`` divisible by ``n``.
9+
10+
References:
11+
- https://en.wikipedia.org/wiki/Repunit
12+
- https://en.wikipedia.org/wiki/Multiplicative_order
913
"""
1014

1115
from math import gcd

0 commit comments

Comments
 (0)