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!

