Tagged Questions
0
votes
0answers
50 views
Set of N Periodic & Non Negative Integer Sequences forming by summation, the series of Whole Numbers.
I'm interested in Set of N non negative and periodic/oscillating integer sequences,
that once summed forme the serie of whole numbers: 0,1,2,3,4,5,...,K
For exemple:
With N = 2 (A,B), K = 7 and ...
1
vote
1answer
89 views
Integer Partition by Counting Repetition : Conjecture ??
I would like to find informations regarding this way of doing Integer Partitions or
this conjecture,
Suppose you have all the ordered partitions of 5:
5
4 1
3 2
2 2 1
3 1 1
2 1 1 1
1 1 1 1 1
Then ...
1
vote
0answers
24 views
order of elements in a partition using Maple
I determined this whole partition but I just want to have the finer the partition
for example:
I have this
...
3
votes
1answer
326 views
Number of permutations with a given partition of cycle sizes
Part of my overly complicated attempt at the Google CodeJam GoroSort problem involved computing the number of permutations with a given partition of cycle sizes. Or equivalently, the probability of a ...