প্রশ্ন ট্যাগ «integer-partitions»

ধনাত্মক পূর্ণসংখ্যার যোগফল হিসাবে পূর্ণসংখ্যা প্রকাশের বিভিন্ন উপায় সম্পর্কিত চ্যালেঞ্জগুলির জন্য।

11
ধনাত্মক পূর্ণসংখ্যার কঠোর পার্টিশন
OEIS A000009 পূর্ণসংখ্যার কঠোর পার্টিশনের সংখ্যা গণনা করে । একটি nonnegative পূর্ণসংখ্যার একটি কঠোর বিভাজনn হ'ল ধনাত্মক পূর্ণসংখ্যার সমষ্টি (যাতে কোনও পুনরাবৃত্তির অনুমতি দেওয়া হয় না এবং আদেশের কোনও বিষয় হয় না) যার সমষ্টি n। উদাহরণ হিসেবে বলা যায়, 5 তিনটি কঠোর পার্টিশন আছে: 5, 4,1, এবং 3,2। 10 টির …

11
স্ব-সংযুক্ত সংখ্যা
একটি সংখ্যাকে অঙ্কের অঙ্কে রূপান্তর করুন কোনও যোগফল নয়: আমাদের সংক্ষিপ্ত পরিমাণ প্রয়োজন কোনও অঙ্ক নয়: আপনি কেবলমাত্র সংখ্যার অঙ্ক ব্যবহার করতে পারেন উদাহরণ আপনাকে ইনপুট হিসাবেপূর্ণসংখ্যাহিসাবে দেওয়া হবেn>0 বলা যাক n=27। আপনি প্রকাশ করার আছে 27হিসেবে সমষ্টি ব্যবহার শুধুমাত্র সংখ্যা [2,7] , এ সবচেয়ে কম পথ সম্ভব। আপনাকে প্রদত্ত …

6
যৌক্তিক উত্পন্ন ফাংশনের সহগ খুঁজে বের করুন
যদি আমরা একটি পাওয়ার সিরিজের সহগ হিসাবে সংখ্যার ক্রম লিখি, তবে সেই পাওয়ার সিরিজটিকে সেই অনুক্রমের (সাধারণ) উত্পন্ন ফাংশন (বা জিএফ) বলা হয়। এটি হ'ল যদি কিছু ফাংশন F(x)এবং সিরিজের পূর্ণসংখ্যার জন্য a(n)আমাদের কাছে থাকে: a(0) + a(1)x + a(2)x^2 + a(3)x^3 + a(4)x^4 + ... = F(x) তারপরে F(x)হ'ল …
12 code-golf  math  integer  polynomials  code-golf  math  abstract-algebra  restricted-time  code-golf  math  primes  code-golf  math  number  arithmetic  code-golf  quine  code-golf  number  sequence  code-golf  string  number  code-golf  array-manipulation  code-golf  number  code-golf  string  code-golf  arithmetic  code-golf  string  array-manipulation  rubiks-cube  code-golf  math  number  code-golf  tips  bash  code-golf  ascii-art  music  code-golf  arithmetic  code-golf  math  number  arithmetic  integer  code-golf  number  array-manipulation  code-golf  geometry  grid  set-partitions  code-golf  math  number  code-golf  combinatorics  code-golf  regular-expression  code-golf  permutations  code-golf  ascii-art  code-golf  number  array-manipulation  matrix  code-golf  kolmogorov-complexity  compile-time  cops-and-robbers  polyglot  cops-and-robbers  polyglot  code-golf  string  code-golf  string  ascii-art  matrix  animation  code-golf  ascii-art  code-golf  string  balanced-string  code-golf  integer  integer-partitions  expression-building 

3
নিকটতম পার্টিশন নম্বর
পূর্ণসংখ্যার পার্টিশনের সংখ্যা হ'ল ধনাত্মক পূর্ণসংখ্যার যোগফল হিসাবে পূর্ণসংখ্যাকে উপস্থাপন করা যায়। উদাহরণ স্বরূপ: 5 4 + 1 3 + 2 3 + 1 + 1 2 + 2 + 1 2 + 1 + 1 + 1 1 + 1 + 1 + 1 + 1 5 নম্বরটি উপস্থাপনের …
আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.