Skip to main content

Questions tagged [integer-sequences]

For questions about sequences of integers. References are often made to the online resource oeis.org.

-2 votes
1 answer
155 views

Working over the integers, probably any field will do. Let $a(n)$ be linear recurrence with constant coefficients: $a(n)=c_1 a(n-1)+c_2 a(n-2)+\cdots +c_d a(n-d)$. Conjecture 1 There exist integers $k,...
joro's user avatar
  • 25.8k
2 votes
0 answers
82 views

A positive integer $n$ is weird if it is abundant and not semiperfect, i.e., it cannot be expressed as a sum of distinct proper divisors of $n$. A trivial consequence of the definition of weird number ...
G. Melfi's user avatar
  • 662
5 votes
1 answer
469 views

A positive integer $n$ is weird if it is abundant and cannot be expressed as a sum of distinct proper divisors of $n$. As in the case of perfect numbers, all weird numbers currently known are even (in ...
G. Melfi's user avatar
  • 662
12 votes
1 answer
277 views

Let $\omega(n)$ be the prime omega function such that it counts the number of distinct prime factors of $n$. $a(n)$ be an integer sequence such that $n$-th term is the number of integer solutions of $...
Notamathematician's user avatar
1 vote
1 answer
112 views

Let $\operatorname{wt}(n)$ be A000120, i.e., the number of ones in the binary expansion of $n$. Here $$ \operatorname{wt}(2n+1) = \operatorname{wt}(n)+1, \\ \operatorname{wt}(2n) = \operatorname{wt}(...
Notamathematician's user avatar
5 votes
0 answers
739 views

$a(n)$ is the number of steps to reach $1$ by reversing digits of $n$ in the lowest base where reversal reduces the number, as defined in A378562. For example, $9 = 1001_2$, so base $2$ does not ...
Asier R.'s user avatar
  • 125
0 votes
1 answer
147 views

While there are known examples of numbers expressible as a sum of two positive integer cubes in four distinct ways like $6963472309248 = 2421^3 + 19083^3 = 5436^3 + 18948^3 = 10200^3 + 18072^3 = 13320^...
Agbanwa Jamal's user avatar
6 votes
0 answers
139 views

Let $s:\mathbb{N}\to\{0,1\}$ be the Champernowne sequence, starting with $$0\, 1\, 10\, 11\, 100\, 101\, 110\,\ldots$$ It is well known that this sequence is normal. Question. If $p:\mathbb{N}\to\...
Dominic van der Zypen's user avatar
24 votes
1 answer
3k views

For any positive integer $n$, define $s(n)$ as the smallest positive integer $m$ such that the $n$ distinct numbers $$ (p_1-1)^2,\ (p_2-1)^2,\ \ldots,\ (p_n-1)^2$$ are pairwise incongruent modulo $m$,...
Zhi-Wei Sun's user avatar
  • 18.1k
3 votes
0 answers
222 views

For any positive integer $n$, let $S(n)$ be the sum of the first $n$ primes. Then $$S(1) = 2,\ S(2)=2+3=5,\ S(3)=2+3+5 =10,\ S(4) = 2+ 3+5+7 =17.$$ By the Prime Number Theorem, $$S(n)\sim \frac{n^2}2\...
Zhi-Wei Sun's user avatar
  • 18.1k
0 votes
0 answers
108 views

Consider the triangular array $T(n,k)_{1 \le k \le n}$ defined by the recurrence \begin{align*} T(n,1) &= 1, \\ T(n,k) &= 1+\sum_{i=1}^{k-1} T(n - i, k - 1) -\sum_{i=1}^{n-1} T(n - i, k). \end{...
Mats Granvik's user avatar
  • 1,203
2 votes
1 answer
158 views

For $n\in\mathbb Z^+=\{1,2,3,\ldots\}$, let $p_n$ denote the $n$th prime. A well known conjecture of de Polignac states that for any $n\in\mathbb Z^+$ there are infinitely many $k\in\mathbb Z^+$ with $...
Zhi-Wei Sun's user avatar
  • 18.1k
4 votes
1 answer
295 views

Let $n \ge 1$. A set of vectors $v_1, \ldots, v_m \in \{0,1\}^n$ is called admissible if all pairwise sums $v_i + v_j$ (with $1 \le i \le j \le m$) are distinct. We want to find the number $a(n)$, ...
Alexey Ustinov's user avatar
15 votes
0 answers
379 views

I conjecture that For every integer $k>78$, there exists an odd prime $p$ such that the sum of last two base-$p$ digits of $k$ is $\geq p$. We may additionally assume that $k+1$ is a prime, a ...
Max Alekseyev's user avatar
2 votes
1 answer
388 views

Let $a,b \in \mathbb{R}$ and sequece $\{f(n)\}_{n=1}^{\infty}$ is given by homogeneous second order recursive relation $$ f(n):=af(n-1)-b^2f(n-2), \:\:\: n>2 $$ with two arbitrary starting values $...
Oliver Bukovianský's user avatar

15 30 50 per page
1
2 3 4 5
28