Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options answers only not deleted user 5676

Use this tag for questions related to ways of writing a positive integer as a sum of positive integers.

0 votes
Accepted

Write a number as a sum of odd number of integers

If we fix $z$, we have $x + 2y = N-Kz$. If $N-Kz > 1$, we can always choose the parity of $x+y$ by choosing between $y=0$ and $y=1$. If $N-Kz \le 1$ we are forced to have $x = N-Kz$, $y=0$. Therefore …
Peter Taylor's user avatar
  • 13.5k
2 votes
Accepted

On a theorem (1.7) in Macdonald's Symmetric Functions and Hall Polynomials

$f_{\lambda,n}(t)$ is the generating function for the set of numbers $\lambda_i + n - i$ with $1 \leq i \leq n$. $t^{m+n-1}f_{\lambda',n}(t^{-1})$ is the generating function for the set of numbers $n …
Peter Taylor's user avatar
  • 13.5k
3 votes
Accepted

To show that $\sum_{x \in \lambda}(h(x)^2 - c(x)^2)=|\lambda|^2$, $h(x)$ is hook-length & $c...

How about induction over $|\lambda|$? Clearly it holds for the unique partition of $1$, whose cell has hook $1$ and content $0$. Suppose it holds for a partition $\lambda$ and consider the partition …
Peter Taylor's user avatar
  • 13.5k
1 vote
Accepted

Modified HRR partition function to detect primes without factorisation

The generating function for integer partitions (see section "generating function") can be defined as: $$\sum_{n=0}^{\infty}P(n)\,x^n := \prod_{k=1}^{\infty}\left(\frac{1}{1-x^k}\right)=(1+x+x^2 …
Peter Taylor's user avatar
  • 13.5k
0 votes

Core partition definition confusion

The Representation Theory of the Symmetric Group, James and Kerber, doi:10.1017/CBO9781107340732, section 2.7. A $q$-hook is defined at the start of the section as a hook of length $q$. The following …
Peter Taylor's user avatar
  • 13.5k
1 vote

Lower bound on sum of integer vectors

Call the zero-padded vectors $u$ and $v$, so in your example $u = (1,2,3)$ and $v = (1,5,7)$. Observe that $\max_i(u_i) + \min_j(v_j)$ is an upper bound on your max-min: in every permutation, $\min_j …
Peter Taylor's user avatar
  • 13.5k
1 vote

Improving a Recursive Formula for Partitions of an Integer with Given Length and Boundary

There's an easy bijection between the partitions of $n$ into $k$ parts of at least $b$ and the partitions of $n - k(b-1)$ into $k$ parts of at least $1$, i.e. partitions of $n - k(b-1)$ into $k$ parts …
Peter Taylor's user avatar
  • 13.5k
6 votes
Accepted

Permutation induced by a partition

The concept here, although I'm not sure how far I can formalise it, is to extend the diagonal as far as the bottom of the Ferrers diagram. Then consider only the lower triangle. So your example $$\be …
Peter Taylor's user avatar
  • 13.5k
1 vote

Ramanujan congruence mod 7

I think the bit you're missing is $$\frac{1}{1 - z} = 1 + z + z^2 + \cdots$$ Therefore $$\frac{1}{(q^7;q^7)_\infty} = \prod_{k=1}^\infty \sum_{j=0}^\infty q^{7jk}$$ which clearly only has non-zero coe …
Peter Taylor's user avatar
  • 13.5k
0 votes

Generating a distinct k-partition of n from a finite set

There's no known easy way (for a technical meaning of "easy") and there's a million dollar prize for finding one. This is a variant on the subset sum problem, which is NP complete. If you don't know …
Peter Taylor's user avatar
  • 13.5k
2 votes
Accepted

Algorithm related to partitions

The definition of algorithm is not completely precise, so there is sometimes ambiguity as to whether two computer programs (or other processes) are implementing the same algorithm or related but disti …
Peter Taylor's user avatar
  • 13.5k
3 votes
Accepted

The number of ways, $sf_2(n)$, to express an integer as the sum of two square-free integers.

Your $sf_2(n)$ is OEIS A071068, Number of ways to write n as a sum of two unordered squarefree numbers. The comments note that (with notation marked up slightly and $a(n)$ replaced with $sf_2(n)$ for …
Peter Taylor's user avatar
  • 13.5k
0 votes
Accepted

Counting number of ways to sum integers and half integers to a specific integer modulo N

It's natural to work with the case split. The sums $\sum_{i=1}^{N} x_{i} (i - 1)$ with an odd number of $x_i$s are the sums $0x_1 + \sum_{i=2}^{N} x_{i} (i - 1)$: since we can adjust $x_1$ to fix the …
Peter Taylor's user avatar
  • 13.5k
1 vote

Number of partitions with restriction on the greatest part and on the number of parts

Since the primary technique applied in the book is manipulation of generating functions, that seems likely to be the intended approach here too. I'm sure there's a more elegant proof than this; if you …
Peter Taylor's user avatar
  • 13.5k
1 vote
Accepted

The number of restricted Integer Partitions (with triple restriction)

Let's define some $q$-series notation: $(a;q)_n = \prod_{i=0}^{n-1} (1 - aq^i)$ with shorthand notation $(q)_n = (q;q)_n$. E.g. the left-hand side of Euler's pentagonal theorem as stated in the questi …
Peter Taylor's user avatar
  • 13.5k

15 30 50 per page