Skip to main content

Questions tagged [divisor-sum]

For questions on the divisor sum function and its generalizations.

0 votes
0 answers
49 views

Divisors of $x^2-1$ in Brocard's Problem

In this post, I was curious if the divisor bound could be improved for the product of two consecutive even numbers. It seems most likely it cannot by much. How could the upper bound of $\sigma_0(x^2 - ...
PiMaster's user avatar
3 votes
0 answers
32 views

estimating an elementary sum involving divisor function

Please guide me as to how to obtain the below bound and whether it is optimal. Let a squarefree integer $N=\prod_{1 \leq i \leq m} p_i$ be a product of $m$ primes ($p_1 < p_2 < \dots < p_m$) ...
user166305's user avatar
2 votes
1 answer
64 views

Generalized "perfect numbers" using different n,k values of divisorSum[n, k]

Using the divisor_sigma[n, k] function from the python sympy library where n is the positive integer which is having its divisors added and k is the power each factor is raised to, I was looking for ...
unnamed's user avatar
  • 31
0 votes
0 answers
44 views

Why are their common ratios of integers to the sums of their proper divisors?

I was playing around on Desmos with a function that computed the sums of proper divisors of an integer and found an interesting pattern regarding the "slopes" of the graph: Graph of integers ...
IvesM's user avatar
  • 9
2 votes
1 answer
97 views

these pde's and the Dirichlet divsor problem

I noticed that $$t^2 \frac{\partial^3}{\partial t^3}\Delta_t(s)+s^2 \frac{\partial}{\partial s} \Delta_t(s)=0 $$ is satisfied by $$\Delta_t(s)= - \sqrt{\frac{t}{s}}Y_1{(4\pi\sqrt{ts})}+ \sqrt{\frac{t}{...
zeta space's user avatar
2 votes
0 answers
138 views

Divisors sum and Bessel Function related sums

Discovered the following relation: $$\sum _{k=1}^{\infty } \sigma (k) \left(K_2\left(4 \pi \sqrt{k+y} \sqrt{y}\right)-K_0\left(4 \pi \sqrt{k+y} \sqrt{y}\right)\right)=\frac{\pi K_1(4 \pi y)-3 K_0(...
Gevorg Hmayakyan's user avatar
1 vote
1 answer
103 views

Inverse Mellin transform of $\Delta(t):=\sum_{s=1}^\infty d(s)\sqrt{\frac{t}{s}}M_1(4\pi \sqrt{ts})$

Define $$ \Delta(t):=\sum_{s=1}^\infty d(s)\sqrt{\frac{t}{s}}M_1(4\pi \sqrt{ts}) $$ where $M_1(z)=-Y_1{(z)}-\frac{2}{\pi}K_1(z)$ and $d(s)$ is the divisor function. What is the inverse Mellin ...
zeta space's user avatar
3 votes
1 answer
104 views

Approximation of $\sigma(n)$ sum.

Investigating: $$\epsilon(n)=\frac{(\pi -3) e^{2 \pi n}}{24 \pi }-\sum _{k=1}^n \sigma(k) e^{2 \pi (n-k)}$$ where $\sigma(n)$ is a divisors sum of $n$. Using long calculations (can not share here ...
Gevorg Hmayakyan's user avatar
0 votes
0 answers
19 views

How do I use the gaussian divisors formula?

For an integer z, $$ z = \epsilon \prod_i p_i^{k_i}, $$ where $\epsilon$ is and a unit and every $p_i$ is a Gaussian prime in the first quadrant then the sum of the Gaussian divisors is $$ \sigma_1 (z)...
nullmatrix's user avatar
2 votes
0 answers
62 views

Efficient proof that a number is NOT a Zumkeller number?

The subset sum problem is known to be NP-complete , so in general there is no efficient method to decide it , in particular to prove a negative result. This problem arises in the problem to decide ...
Peter's user avatar
  • 85.1k
0 votes
2 answers
70 views

Exercise 1 Section 9.2. Montgomery/Vaughan's Multiplicative NT

I am trying to show that for any integer $a$, $$e(a/q) = \sum_{d|q, d|a} \dfrac{1}{ϕ(q/d)} \sum_{χ \ (mod \ q/d)} χ(a/d) τ(χ).$$ First I considered the case $(a,q)=1$ and the mentioned equality holds. ...
Ali's user avatar
  • 281
5 votes
0 answers
68 views

Can we efficiently check whether a number is a Zumkeller number?

A positive integer $n$ is a Zumkeller number iff its divisors can be partitioned into two sets with equal sum. If $\sigma(n)$ denotes the divisor-sum-function , this means that there are distinct ...
Peter's user avatar
  • 85.1k
0 votes
1 answer
66 views

Asymptotic for $\sum_{d\mid N}\frac{d^{2}}{\sigma\left(d\right)}$ [closed]

Let $N\in\mathbb{N}$. I'm looking for an asymptotic formula for $\sum_{d\mid N}\frac{d^{2}}{\sigma\left(d\right)}$ as $N\rightarrow\infty$. I tried to use known asymptotic formulas for similar ...
user23571119's user avatar
6 votes
1 answer
227 views

Divisors Sum Related Interesting Approximate Relation

Working on Divisors Sum Efficient calulcation topic. Accidentaly discovered one interesting relation which is accurate up to $10^{17}$ order. $$\sum_{i=1}^{\infty}{\frac{\sigma(i)}{e^{i}}}\approx\frac{...
Gevorg Hmayakyan's user avatar
2 votes
0 answers
62 views

patterns in the abundancy index of integers

Let $\sigma(n)$ be the sum of all divisors (including 1 and $n$) of $n$, and define the abundancy index of $n$ as $I(n) = \sigma(n)/n $. For example: $I(6)= \frac{1+2+3+6}{6} = 1/1+1/2 +1/3 +1/6 = 2$. ...
AndroidBeginner's user avatar

15 30 50 per page
1
2 3 4 5
57