MATLAB code for finding certain coefficients
显示 更早的评论
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 个评论
Walter Roberson
2020-10-6
I do not understand what you mean by that "such that" ?
Walter Roberson
2020-10-6
The summation is over m, but m is not used in the terms ??
John D'Errico
2020-10-6
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
2020-10-6
Integer partions is an interesting idea -- I would not have thought of that!
Bruno Luong
2020-10-6
编辑:Bruno Luong
2020-10-6
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
2020-10-10
Sehra Sahu
2020-10-10
Bruno Luong
2020-10-10
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
2020-10-10
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Number Theory 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

