中文
相关论文

相关论文: Identities and periodic oscillations of divide-and…

200 篇论文

Divide-and-conquer dividing by a half recurrences, of the form $x_n =a\cdot x_{\left\lceil{n}/{2}\right\rceil}+a\cdot x_{\left\lfloor{n}/{2}\right\rfloor}+p(n)$, $n\geq 2$, appear in many areas of applied mathematics, from the analysis of…

离散数学 · 计算机科学 2023-01-11 Tomás M. Coronado , Arnau Mir , Francesc Rosselló

The divide-and-conquer framework, used extensively in classical algorithm design, recursively breaks a problem of size $n$ into smaller subproblems (say, $a$ copies of size $n/b$ each), along with some auxiliary work of cost…

量子物理 · 物理学 2025-07-15 Andrew M. Childs , Robin Kothari , Matt Kovacs-Deak , Aarthi Sundaram , Daochen Wang

We study the number $P(n)$ of partitions of an integer $n$ into sums of distinct squares and derive an integral representation of the function $P(n)$. Using semi-classical and quantum statistical methods, we determine its asymptotic average…

统计力学 · 物理学 2018-12-05 M. V. N. Murthy , Matthias Brack , Rajat K. Bhaduri , Johann Bartel

In this note we investigate the solutions of certain meta-Fibonacci recurrences of the form $f(n)=f(n-f(n-1))+f(n-2)$ for various sets of initial conditions. In the case when $f(n)=1$ for $n\leq 1$, we prove that the resulting integer…

数论 · 数学 2022-04-11 Bartosz Sobolewski , Maciej Ulas

This short note reports a master theorem on tight asymptotic solutions to divide-and-conquer recurrences with more than one recursive term: for example, T(n) = 1/4 T(n/16) + 1/3 T(3n/5) + 4 T(n/100) + 10 T(n/300) + n^2.

综合文献 · 计算机科学 2007-05-23 Ming-Yang Kao

Let $f=\sum_{n=0}^\infty f_n x^n \in \overline{\mathbb Q}[[x]$ be a solution of an algebraic differential equation $Q(x,y(x), \ldots, y^{(k)}(x))=0$, where $Q$ is a multivariate polynomial with coefficients in $\overline{\mathbb Q}$. The…

数论 · 数学 2025-02-14 Christian Krattenthaler , Tanguy Rivoal

The coefficients of the generating function $(q;q)^\alpha_\infty$ produce $p_\alpha(n)$ for $\alpha \in \mathbb{Q}$. In particular, when $\alpha = -1$, the partition function is obtained. Recently, Chan and Wang identified and proved…

数论 · 数学 2021-03-16 Yunseo Choi

We study the recurrence coefficients of the monic polynomials $P_n(z)$ orthogonal with respect to the deformed (also called semi-classical) Freud weight \begin{equation*} w_{\alpha}(x;s,N)=|x|^{\alpha}{\rm…

数学物理 · 物理学 2018-04-02 Mengkun Zhu , Yang Chen

The continued fraction expansion of an irrational number $\alpha$ is eventually periodic if and only if $\alpha$ is a quadratic irrationality. However, very little is known regarding the size of the partial quotients of algebraic real…

数论 · 数学 2012-05-07 Boris Adamczewski , Yann Bugeaud

Among all sequences that satisfy a divide-and-conquer recurrence, the sequences that are rational with respect to a numeration system are certainly the most immediate and most essential. Nevertheless, until recently they have not been…

计算复杂性 · 计算机科学 2013-07-02 Philippe Dumas

The arithmetic properties of the ordinary partition function $p(n)$ have been the topic of intensive study for the past century. Ramanujan proved that there are linear congruences of the form $p(\ell n+\beta)\equiv 0\pmod\ell$ for the…

数论 · 数学 2022-12-06 Scott Ahlgren , Olivia Beckwith , Martin Raum

Divide-and-conquer functions satisfy equations in F(z),F(z^2),F(z^4)... Their generated sequences are mainly used in computer science, and they were analyzed pragmatically, that is, now and then a sequence was picked out for scrutiny. By…

组合数学 · 数学 2007-05-23 Ralf Stephan

If a function $f:\mathbb{R}\to\mathbb{R}$ can be represented as the sum of $n$ periodic functions as $f=f_1+\dots+f_n$ with $f(x+\alpha_j)=f(x)$ ($j=1,\dots,n$), then it also satisfies a corresponding $n$-order difference equation…

经典分析与常微分方程 · 数学 2013-12-16 Bálint Farkas , Szilárd Révész

In literature, there are two different definitions of elliptic divisibility sequences. The first one says that a sequence of integers $\{h_n\}_{n\geq 0}$ is an elliptic divisibility sequence if it verifies the recurrence relation…

数论 · 数学 2024-03-19 Matteo Verzobio

We revisit a well-known divide-and-conquer maximin recurrence $f(n) = \max(\min(n_1,n_2) + f(n_1) + f(n_2))$ where the maximum is taken over all proper bipartitions $n = n_1+n_2$, and we present a new characterization of the pairs…

组合数学 · 数学 2011-06-27 Geir Agnarsson

In this paper we study the dynamical behaviour of the differential equation \begin{equation*} x''+ax^+ -bx^-=f(t), \end{equation*} where $x^+=\max\{x,0\}$,\ $x^-=\max\{-x,0\}$, $a$ and $b$ are two different positive constants, $f(t)$ is a…

动力系统 · 数学 2017-05-26 Peng Huang , Xiong Li , Bin Liu

There are now many theoretical explanations for why Benford's law of digit bias surfaces in so many diverse fields and data sets. After briefly reviewing some of these, we discuss in depth recurrence relations. As these are discrete…

概率论 · 数学 2019-11-22 Madeleine Farris , Noah Luntzlara , Steven J. Miller , Lily Shao , Mengxi Wang

We show that for a fixed integer $n \neq \pm2$, the congruence $x^2 + nx \pm 1 \equiv 0 \pmod{\alpha}$ has the solution $\beta$ with $0 < \beta < \alpha$ if and only if $\alpha/\beta$ has a continued fraction expansion with sequence of…

数论 · 数学 2014-12-09 Barry R. Smith

In this paper we study the asymptotic behavior of solutions of fractional differential equations of the form $ D^{\alpha}_Cu(t)=Au(t)+f(t), u(0)=x, 0<\alpha\le1, ( *) $ where $D^{\alpha}_Cu(t)$ is the derivative of the function $u$ in the…

经典分析与常微分方程 · 数学 2025-09-05 Vu Trong Luong , Nguyen Duc Huy , Nguyen Van Minh , Nguyen Ngoc Vien

Let $p(n)$ be the ordinary partition function. In the 1960s Atkin found a number of examples of congruences of the form $p( Q^3 \ell n+\beta)\equiv0\pmod\ell$ where $\ell$ and $Q$ are prime and $5\leq \ell\leq 31$; these lie in two natural…

数论 · 数学 2022-07-20 Scott Ahlgren , Patrick B. Allen , Shiang Tang
‹ 上一页 1 2 3 10 下一页 ›