Define a number $q$ in binary notation whose $n$-th bit is $1$ for $n$ prime, and $0$ for $n$ composite. So its 2nd, 3rd, 5th, 7th, 11th, etc. bits are $1$, with all other bits $0$. Here is $q$ out to its $101$-st bit: $$.01101010001010001010001000001 010000010001010001000001000 001010000010001010000010001 000001000000010001$$ What is known about $q$? ($\approx 0.414683_{10}$). Has it been investigated? Does it have a name? It is irrational. But is it transcendental?
2025-01-13 02:43:36.1736736216
A binary irrational with bits defined by primes
115 Views Asked by Joseph O'Rourke https://math.techqa.club/user/joseph-o-rourke/detail At
1
There are 1 best solutions below
Related Questions in PRIME-NUMBERS
- checking if a number is a prime
- Representing integers as difference of semi-primes
- Efficient way to check if large number is divisible by 3
- Prime numbers qns
- Only prime numbers $a$ (and $1$) have the property that $a\mid bc$ implies $a\mid b$ or $a\mid c$
- Does $a^3 = b^2$ imply $a$ is a perfect square?
- How do I find upper bound for nth prime number?
- A very silly question about the Erdos-Kac theorem
- Checking primality for $2 \uparrow \uparrow n + 3 \uparrow \uparrow n$
- Asymptotic local limit theorem and applications in analytic number theory
Related Questions in IRRATIONAL-NUMBERS
- Characterizing the roots of rational numbers
- Neighbors of Irrational Numbers on Real Number Line
- Is $\sqrt[2]{(2/7)}$ irrational?
- Does $\sin n$ have a maximum value for natural number $n$?
- Finding a 10-digit pattern in the decimal expansion of a normal number?
- A question of rationality of integral powers
- Why a segment of length $\sqrt{2}$ can be drawn but a segment of length $\pi$ cannot?
- Is my proof for this claim correct?
- Prove that $\sqrt{5}+1$ is irrational
- Proof that $2\sqrt2 + \sqrt7$ is an irrational number
Related Questions in TRANSCENDENTAL-NUMBERS
- Determine a number is transcendental/algebraic
- To prove that element $\frac{3}{n}+i\frac{4}{5}$ has an infinite order in $\mathbb{C}$ for any $n\in\mathbb{Z}\backslash \{0\}$
- Is there a function whose limit approaches Pi?
- Adding or Multiplying Transcendentals
- Other Algebraically Independent Transcendentals
- How to prove $e^{1/e}$ is irrational?
- If $a$ is a transcendental number, then is $a^n$ also a transcendental number?
- Is $\cos\log a$ a transcendental for all nonzero algebraic $a$?
- A binary irrational with bits defined by primes
- Is this number a Liouville number?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Refuting the Anti-Cantor Cranks
- Find $E[XY|Y+Z=1 ]$
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- What are the Implications of having VΩ as a model for a theory?
- How do we know that the number $1$ is not equal to the number $-1$?
- Defining a Galois Field based on primitive element versus polynomial?
- Is computer science a branch of mathematics?
- Can't find the relationship between two columns of numbers. Please Help
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- A community project: prove (or disprove) that $\sum_{n\geq 1}\frac{\sin(2^n)}{n}$ is convergent
- Alternative way of expressing a quantied statement with "Some"
Popular # Hahtags
real-analysis
calculus
linear-algebra
probability
abstract-algebra
integration
sequences-and-series
combinatorics
general-topology
matrices
functional-analysis
complex-analysis
geometry
group-theory
algebra-precalculus
probability-theory
ordinary-differential-equations
limits
analysis
number-theory
measure-theory
elementary-number-theory
statistics
multivariable-calculus
functions
derivatives
discrete-mathematics
differential-geometry
inequality
trigonometry
Popular Questions
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- How to find mean and median from histogram
- Difference between "≈", "≃", and "≅"
- Easy way of memorizing values of sine, cosine, and tangent
- How to calculate the intersection of two planes?
- What does "∈" mean?
- If you roll a fair six sided die twice, what's the probability that you get the same number both times?
- Probability of getting exactly 2 heads in 3 coins tossed with order not important?
- Fourier transform for dummies
- Limit of $(1+ x/n)^n$ when $n$ tends to infinity
Your number is known as the prime constant. If we denote it by $\rho$, we have:
$$ \rho =\sum _{{p\in\mathbb{P}}}{\frac {1}{2^{p}}}=\sum _{{n=1}}^{\infty }{\frac {\chi _{{{\mathbb {P}}}}(n)}{2^{n}}}, $$
where $\mathbb{P}$ denotes the set of prime numbers and $\chi _{{{\mathbb {P}}}}$ is the characteristic function of prime numbers, i.e., the function such that for positive integer $n$:
$$ {\displaystyle \chi_\mathbb{P}(n):={\begin{cases}1&{\text{if }}n\in \mathbb{P},\\0&{\text{if }}n\notin \mathbb{P}.\end{cases}}} $$
The decimal expansion of $\rho$ begins with: \begin{align} \rho&=0.414682509851111660248109622\ldots \\ &=0.011010100010100010_2. \end{align}
and is included in the OEIS as sequence A051006.