MATLAB code for finding certain coefficients
Show older comments
I am trying to input 

In the summation,
s are distinct odd primes such that 
How can it be written in MATLAB? Here
values can be 0 also. All the other symbols involved in the expression are natural numbers and r can be any suitable value. I couldn't get any idea.
9 Comments
Walter Roberson
on 6 Oct 2020
I do not understand what you mean by that "such that" ?
Walter Roberson
on 6 Oct 2020
The summation is over m, but m is not used in the terms ??
John D'Errico
on 6 Oct 2020
I found it immensely confusing. I even considered trying to answer the question until I tried to read it.
I assume that maybe the sum is over all partitions of the number m, so all possible sums of integers that sum to m? So perhaps for a fixed m, we compute the sum?
Is the denominator in that sum composed of binomial coefficients? Or are they Legendre symbols? (That would seem to make little sense, but the syntax could work.) Is that a factorial symbol in there?
A mathematical formula written completely out of context is sometimes just a set of meaningless characters.
Walter Roberson
on 6 Oct 2020
Integer partions is an interesting idea -- I would not have thought of that!
Bruno Luong
on 6 Oct 2020
Edited: Bruno Luong
on 6 Oct 2020
I guess (pi|li) meaning pi is one of the (odd) prime factor of li. So li/pi is just standard division.
The "distinct" part I don't know, what if there is no such distincts r-tuplets odd primes? Remove the term from the sum?
This formula begs for some explanation.
Sehra Sahu
on 10 Oct 2020
Sehra Sahu
on 10 Oct 2020
Bruno Luong
on 10 Oct 2020
One more question, does the order of (l1, l2, ... lr) matter? Meaning do you take all the permutations of {li} in the sum or they are selected said once, in the increasing order?
Sehra Sahu
on 10 Oct 2020
Accepted Answer
More Answers (0)
Categories
Find more on Number Theory in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
