Skip to main content

All Questions

0 votes
1 answer
67 views

Is the sequence infinite? Finite? Is there a general formula to determine n th term?

Sequence of numbers whose factorial on prime factorisation contains prime powers of prime numbers, whose power is greater than $1$ or contains multiplicity of one for all prime numbers less than equal ...
Devansh Singh's user avatar
1 vote
2 answers
86 views

To determine multiplicity of $2$ in $n!$ [duplicate]

Is there a general formula for determining multiplicity of $2$ in $n!\;?$ I was working on a Sequence containing subsequences of 0,1. 0 is meant for even quotient, 1 for odd quotient. Start with k=3,...
Devansh Singh's user avatar
3 votes
1 answer
76 views

Are there infinitely many composiphiles?

I came up with this today: we say a positive integer $k$ is a composiphile if there exists no positive integer $n \leq k$ such that $$\frac{k!}{n} + 1 \text{ is prime.}$$ My question: are there ...
Descartes Before the Horse's user avatar
58 votes
2 answers
8k views

Can I search for factors of $\ (11!)!+11!+1\ $ efficiently?

Is the number $$(11!)!+11!+1$$ a prime number ? I do not expect that a probable-prime-test is feasible, but if someone actually wants to let it run, this would of course be very nice. The main hope ...
Peter's user avatar
  • 85.1k
1 vote
0 answers
45 views

Number dividing the factorial of a lowest prime

I would like to ask a probably simple question but I am not sure how to make it rigorous. Let $p$ be a prime and $n$ a natural number whose lowest prime factor is $p$. If a natural number $x$ divides ...
10understanding's user avatar
1 vote
3 answers
356 views

Power of prime in prime factorization of a factorial.

Please advise on how to arrive at solution for determining the power of 17 in the prime factorization of 2890! Also, is there a short-cut? So far I know: Prime factorization of 2890 = 2 x 5 x 17^2 ...
user711963's user avatar
3 votes
1 answer
126 views

The proof of $(n+1)!(n+2)!$ divides $(2n+2)!$ for any positive integer $n$

Does $(n+1)!(n+2)!$ divide $(2n+2)!$ for any positive integer $n$? I tried to prove this when I was trying to prove the fact that ${P_n}^4$ divides $P_{2n}$ where $n$ is a positive integer, where $P_{...
hteica's user avatar
  • 428
1 vote
2 answers
47 views

Prime Factorization of very big factorials [duplicate]

Is there a quick way to prime factorize 50!. I wrote down all the numbers and then factorized, but that takes way too long.
Chirag Maheshwari's user avatar
-1 votes
4 answers
1k views

Last non zero digit in 20! [duplicate]

So I have a question where it says to find the last non zero digit of $20!$ I proceeded in the following way: Found the prime factorization of $20!$ by calculation the greatest powers of $2,3,5,7,11,...
Techie5879's user avatar
  • 1,454
2 votes
0 answers
35 views

Proof Involving Factors Of Arbitrarily Large Numbers [duplicate]

For prime $p$, show whether $$\prod_{p \geq 1} p^{\lfloor \frac{x}{p-1} \rfloor} \sim x!$$ as $x$ approaches infinity, and explain. I don’t know that it’s true, but I thought that it followed, if ...
Lieutenant Zipp's user avatar
1 vote
2 answers
367 views

Logarithm of factorial equal to sum of logarithm of primes

Let $N$ a positive integer. Denote $\mathcal{P}$ the set of prime numbers. I have to show that \begin{align} \log(N!) = \sum_{p^{\nu}\leq N \\ p\in \mathcal{P}} \left\lfloor\dfrac{N}{p^{\nu}}\right\...
userr777's user avatar
  • 866
4 votes
1 answer
79 views

Solution of $n!=p+1 $ with $p$ is prime number?

One of my friend asked me to solve this equation $n!=p+1 $ with $p$ is prime number and n is positive integer , it's clear that for $p=2$ there is no solutions because : $n! < 3$ for $n=1$ , But ...
zeraoulia rafik's user avatar
1 vote
3 answers
2k views

Find the number of trailing zeros in 50! [duplicate]

My attempt: 50! = 50 * 49 *48 .... Even * even = even number Even * odd = even number odd * odd = odd number 25 evens and 25 odds Atleast 26 of the numbers will lead to an even ...
user9995331's user avatar
3 votes
0 answers
47 views

How to find the prime factorization of a very large number. [duplicate]

I want to know if there are any tricks or shortcuts to write the factorial of a large number, like $20!,$ as the product of its prime factors. For example, $5!= 5 \times 3 \times 2^3$
Tom.J's user avatar
  • 79
6 votes
1 answer
2k views

Find smallest positive integer $n$ such that $n!$ is divisible by $p^k$ ($p =$ positive prime, $k =$ positive integer)

I have to find smallest positive integer $n$ in such way that $n!$ is divisible by $p^k$ ($p$ is always positive prime and $k$ is always positive integer). $p$ and $k$ are given, $n$ is (obviously ...
user avatar

15 30 50 per page