How to Use
Enter n and k:
- J_k(n): Result
- Formula: Prime decomposition
- Compare: Different k values
Special Cases
k=1: φ(n). k=2: J_2(n)=n²·Π(1-1/p²). J_k(p)=p^k - 1 for prime p. J_k(p^a)=p^(ak) - p^(a-1)k). Divisor sum: Σ_{d|n} J_k(d) = n^k.
Applications
- Counting k-dimensional lattice points visible from origin
- Number-theoretic identities
- Generalized Ramanujan sums
- Multiplicative number theory
Step-by-Step Instructions
- 1Enter n.
- 2Choose k.
- 3Compute J_k(n).
- 4See factorization.
- 5Compare k values.