Skip to main content

Questions tagged [prime-factorization]

For questions about factoring elements of rings into primes, or about the specific case of factoring natural numbers into primes.

504 questions with no upvoted or accepted answers
4 votes
0 answers
44 views

Can we rule out $\ p\mid t\ $ , if $\ p\mid \phi_t(n)\ $?

Let $\ \phi_m(x)\ $ denote the $\ m\ $-th cyclotomic polynomial. For $\ n\ge 2\ $ define $\ t:=\phi_n(n)\ $ Must all the prime factors $\ p\ $ of $\ \phi_t(n)\ $ satisfy $\ p\equiv 1\mod t\ $ ? It ...
Peter's user avatar
  • 85.1k
4 votes
0 answers
114 views

Conjecture on the sum of prime factors

$\text{Notations}$ Let $\pi(n)$ be the prime counting function. Let denote $\alpha(n)$ the sum of the prime factors of $n$. (i.e. In other words, if $$n=p_1^{x_1}p_2^{x_2}...p_m^{x_m}$$ then $\alpha(n)...
user avatar
4 votes
0 answers
92 views

On the least number of factors $\sigma(q^{e_q})$ to get the least multiple of $\operatorname{rad}(n)$, on assumption that $n$ is an odd perfect number

I don't know if my question can be answered easily from your reasonings and knowledeges of the theory of odd perfect numbers. I wondered about it yesterday. Now this post is cross-posted on ...
user759001's user avatar
4 votes
0 answers
95 views

Is it possible to generate a composite number with no information about its factors?

Are there functions or algorithms which can generate integers which are necessarily composite, yet not yield any information about what factors it has? For example, $f(x):=x^2-1$ is not what I'm ...
Trevor's user avatar
  • 6,014
4 votes
0 answers
706 views

Finding 'glitch' primes

Consider numbers of the form $$ p=\underbrace{b\,\cdots\, b}_{n\,b\text{'s}}\,a\,\underbrace{b\,\cdots\, b}_{n\,b\text{'s}}, $$ where $0\leq a\leq 9$ and $1\leq b\leq 9$. In other words, $$ p=(a - b)...
sam wolfe's user avatar
  • 3,435
4 votes
0 answers
48 views

Can I efficiently enumerate all numbers in a range that have a prime factor in another given range?

Suppose $a<b$ are positive integers. The object is to determine all the numbers $x\in [a,b]$ having a prime factor in the range $[c,d]$ efficiently (that is without factoring all the numbers in the ...
Peter's user avatar
  • 85.1k
4 votes
0 answers
280 views

Review of proof attempt of Bertrand-Chebyshev Theorem

In the first line of Chapter Three of my graduate level text from which I am working from, the author declares the following divisibility relation to be the basis of Chebyshev theorem, but has also ...
Adam Ledger's user avatar
  • 1,250
4 votes
0 answers
126 views

What is the smallest $k$ , such that $44^{44}+k$ has the desired property?

I search the smallest positive integer $k$, such that $44^{44}+k$ splits into three distinct prime factors each having $25$ decimal digits. The $21$-digit number $k=621725397145122340237$ does the ...
Peter's user avatar
  • 85.1k
4 votes
0 answers
450 views

How to compare numbers by prime factorizations?

Let's say I have two natural numbers $n$ and $m$, both of which are exceeding large, and I want to determine which is smaller. Thankfully, I happen to know both of their prime factorizations, but they'...
InsertCreativityHere's user avatar
4 votes
0 answers
198 views

What is the largest number smaller than 100 such that the sum of its divisors is larger than twice the number itself?

What is the largest number smaller than 100 such that the sum of its divisors is larger than twice the number itself? After doing some guess and check, I found that $36$ had quite a few factors, and ...
Gerard L.'s user avatar
  • 2,561
4 votes
0 answers
96 views

Largest factored composite Cunningham number?

A number of the form $b^{n}\pm 1$ is a Cunningham number, with non-square integer $b>1$ and integer $n>2$. The Fermat and Mersenne numbers are Cunningham numbers. The Cunningham Project ...
Ed Pegg's user avatar
  • 21.4k
4 votes
0 answers
266 views

Is every primorial number squarefree?

Is every primorial number ( a number of the form $p$#$\pm 1$ ) squarefree ? According to my calculation, there is no prime $q\le 270,000$, such that $q^2$ can be a divisor of $p$#$-1$ or $p$#$+1$. ...
Peter's user avatar
  • 85.1k
4 votes
0 answers
119 views

If $x$ and $y$ are positive integers then $\frac{(2x)!(2y)!}{x!y!(x+y)!}$ is an integer

If $x$ and $y$ are positive integers then $\frac{(2x)!(2y)!}{x!y!(x+y)!}$ is an integer I have to show that the proposition above is true for any $x,y\in\mathbb{Z^+}$ by means of Legendre's formula.....
CIJ's user avatar
  • 3,457
4 votes
0 answers
58 views

Are there unique factorizations for weyl algebras?

I just read about Weyl algebras, and they sound like neat little toys that are similar in a number of ways to polynomials. However, it's curious to me that they are non-commutative, and I was ...
dezakin's user avatar
  • 2,236
4 votes
0 answers
391 views

Integer Factorization via Trigonometry

Nearly 20 years ago, I was sitting in a physics class in high school when a "dumb" question occurred to me: If two pendulums with unknown (different) frequencies started oscillating at the same time ...
Sean Werkema's user avatar

15 30 50 per page
1 2 3
4
5
34