3
votes
2answers
60 views

Zeta function and probability

I know that $\zeta(n) = \displaystyle\sum_{k=1}^\infty \frac{1}{k^n}$ (Where $\zeta(n)$ is the Riemann zeta function) But the reciprocal of $\zeta(n)$ for $n$ a positive integer is equal to the ...
4
votes
3answers
162 views

Comparing $\large 3^{3^{3^3}}$, googol, googolplex

How to show that $\large 3^{3^{3^3}}$ (Third Ackermann number) is larger than a googol ($\large 10^{100}$) but smaller than googoplex ($\large 10^{10^{100}}$). Thanks much in advance!!!
4
votes
1answer
136 views

Prime decomposition of an integer: methods of determining the prime factors $ p_1, p_2, …, p_r$ and powers $k_1,k_2, …, k_r$

Any integer n can be written in the form $ n = p_1^{k_1}p_2^{k_2} ... p_r^{k_r} $, where the powers $ k_1, k_2, ...,k_r $ are integers and $ p_1, p_2, ..., p_r$ are primes. Now I am interested in ...
14
votes
2answers
263 views

Prove that for any nonnegative integer n the number $5^{5^{n+1}} + 5^{5 ^n} + 1$ is not prime

My math teacher gave us problems to work on proofs, but this problem has been driving me crazy. I tried to factor or find patterns in the numbers and all I can come up with is that for $n > 0$, the ...
2
votes
2answers
119 views

Find the greatest powers of $2$ dividing $10!$, $20!$, $30!$, $40!$ [duplicate]

I'm trying to find the greatest powers of $2$ dividing $10!$, $20!$, $30!$, $40!$, as part of a basic number systems course. I'm rather lost with this question. For $10!$ I tried writing the terms ...
2
votes
1answer
149 views

Can we give an upper bound for the sum over primes $p_{i}$ of $\sin(p_{i} x)$?

Let $x$ be a positive real number. Consider the sum $\sum \sin(p_i x)$ taken over all primes $p_i$ from 2 till $n$. Call this function $f(n,x)$. Can we give good upper and lower bounds of $f(n,x)$ ...
1
vote
0answers
106 views

How to find the last non-zero digit in ${^n\!P_k} $?

What is the procedure of finding the last non-zero element in ${^n\!P_k}$?
5
votes
1answer
376 views

Is it known or new? [duplicate]

Possible Duplicate: Starting digits of 2^n While I was randomly working with number patterns, I came along with some interesting pattern which seems to turn to a conjecture in fact. My ...
88
votes
3answers
4k views

Is 2048 the highest power of 2 with all even digits (base ten)?

I have a friend who turned 32 recently. She has an obsessive compulsive disdain for odd numbers, so I pointed out that being 32 was pretty good since not only is it even, it also has no odd factors. ...
52
votes
4answers
1k views

Complexity class of comparison of power towers

Consider the following decision problem: given two lists of positive integers $a_1, a_2, \dots, a_n$ and $b_1, b_2, \dots, b_m$ the task is to decide if $a_1^{a_2^{\cdot^{\cdot^{\cdot^{a_n}}}}} < ...
0
votes
2answers
108 views

Proof of even like powers?

Can someone show me the proof that difference of like even powers of any two numbers is divisible by the sum of the bases?
10
votes
2answers
743 views

How to know if a number is a power of $x$

I couldn't find anything on the Internet which could direct me to the solution of the following problem. I want to know if $n$ can be calculated by $x^y$ where $y\ge 2$ and $x\ge 2$. I tried using ...
5
votes
2answers
289 views

How many positive integer solutions to $a^x+b^x+c^x=abc$?

How many positive integer solutions are there to $a^{x}+b^{x}+c^{x}=abc$? (e.g the solution $x=1$, $a=1$, $b=2$, $c=3$). Are there any solutions with $\gcd(a,b,c)=1$? Any solutions to ...
2
votes
1answer
175 views

Calculating the rightmost digits of Graham's number

Through some miscellaneous reading I have stumbled upon Graham's number and more precisely, a method of calculating the $d$ rightmost digits of the number. The exact method of calculation seems ...
11
votes
3answers
784 views

evaluate the last digit of $7^{7^{7^{7^{7}}}}$

I found this puzzle online. Since I'm not good at number theoretic kind of problems I'm going to propose it in this form. If you have a number $x$, in this case $x=7$, how do you evaluate the last ...
7
votes
1answer
116 views

Proof for the uniqueness of all the combination of the digits of $2^k$, where k>3

A long time ago I found a question on the internet that went a little like this: Suppose that we have $n=2^k$ where $k\gt 3$. If $m$ is another number that is a combination of the digits of $2^k$, ...
1
vote
0answers
72 views

Are limits on exponents in moduli possible, if the modulus is relatively prime?

I asked a similar question to this recently. Here, I consider an arbitrary, but fixed, modulus m, which is relatively prime to x and y. Can anybody extend the answer given in the previous question? ...
4
votes
1answer
148 views

Are limits on exponents in moduli possible?

Suppose I show that: $$x^{f(z)/g(z)} = y \pmod{4}$$ is impossible for some given positive integers $x$ and $y$, where, \begin{align*} f(z) &= \phi(4) k_1(z) + 1 \\ &= 2 k_1(z) + 1\\ g(z) ...