1

المرجع الالكتروني للمعلوماتية

تاريخ الرياضيات

الاعداد و نظريتها

تاريخ التحليل

تار يخ الجبر

الهندسة و التبلوجي

الرياضيات في الحضارات المختلفة

العربية

اليونانية

البابلية

الصينية

المايا

المصرية

الهندية

الرياضيات المتقطعة

المنطق

اسس الرياضيات

فلسفة الرياضيات

مواضيع عامة في المنطق

الجبر

الجبر الخطي

الجبر المجرد

الجبر البولياني

مواضيع عامة في الجبر

الضبابية

نظرية المجموعات

نظرية الزمر

نظرية الحلقات والحقول

نظرية الاعداد

نظرية الفئات

حساب المتجهات

المتتاليات-المتسلسلات

المصفوفات و نظريتها

المثلثات

الهندسة

الهندسة المستوية

الهندسة غير المستوية

مواضيع عامة في الهندسة

التفاضل و التكامل

المعادلات التفاضلية و التكاملية

معادلات تفاضلية

معادلات تكاملية

مواضيع عامة في المعادلات

التحليل

التحليل العددي

التحليل العقدي

التحليل الدالي

مواضيع عامة في التحليل

التحليل الحقيقي

التبلوجيا

نظرية الالعاب

الاحتمالات و الاحصاء

نظرية التحكم

بحوث العمليات

نظرية الكم

الشفرات

الرياضيات التطبيقية

نظريات ومبرهنات

علماء الرياضيات

500AD

500-1499

1000to1499

1500to1599

1600to1649

1650to1699

1700to1749

1750to1779

1780to1799

1800to1819

1820to1829

1830to1839

1840to1849

1850to1859

1860to1864

1865to1869

1870to1874

1875to1879

1880to1884

1885to1889

1890to1894

1895to1899

1900to1904

1905to1909

1910to1914

1915to1919

1920to1924

1925to1929

1930to1939

1940to the present

علماء الرياضيات

الرياضيات في العلوم الاخرى

بحوث و اطاريح جامعية

هل تعلم

طرائق التدريس

الرياضيات العامة

نظرية البيان

الرياضيات : نظرية الاعداد :

Double-Free Set

المؤلف:  Finch, S. R.

المصدر:  "Triple-Free Set Constants." §2.26 in Mathematical Constants. Cambridge, England: Cambridge University Press

الجزء والصفحة:  ...

25-10-2020

1033

Double-Free Set

A set of positive integers is double-free if, for any integer x, the set <span style={x,2x} !subset= S" src="https://mathworld.wolfram.com/images/equations/Double-FreeSet/Inline2.gif" style="height:15px; width:65px" /> (or equivalently, x in S implies 2x not in S). For example, of the subsets of <span style={1,2,3}" src="https://mathworld.wolfram.com/images/equations/Double-FreeSet/Inline5.gif" style="height:15px; width:47px" />, the sets emptyset<span style={1}" src="https://mathworld.wolfram.com/images/equations/Double-FreeSet/Inline7.gif" style="height:15px; width:17px" />, <span style={2}" src="https://mathworld.wolfram.com/images/equations/Double-FreeSet/Inline8.gif" style="height:15px; width:17px" />, <span style={2,3}" src="https://mathworld.wolfram.com/images/equations/Double-FreeSet/Inline9.gif" style="height:15px; width:32px" />, <span style={1,3}" src="https://mathworld.wolfram.com/images/equations/Double-FreeSet/Inline10.gif" style="height:15px; width:32px" />, and <span style={3}" src="https://mathworld.wolfram.com/images/equations/Double-FreeSet/Inline11.gif" style="height:15px; width:17px" /> are double-free, while <span style={1,2}" src="https://mathworld.wolfram.com/images/equations/Double-FreeSet/Inline12.gif" style="height:15px; width:32px" /> and <span style={1,2,3}" src="https://mathworld.wolfram.com/images/equations/Double-FreeSet/Inline13.gif" style="height:15px; width:47px" /> are not.

The number a(n) of double-free subsets of <span style={1,2,...,n}" src="https://mathworld.wolfram.com/images/equations/Double-FreeSet/Inline15.gif" style="height:15px; width:69px" /> can be computed using a(1)=2 and the recurrence relation

 a(n)=a(n-1)(F_(b(n)+3))/(F_(b(n)+2)),

(1)

where F_n is a Fibonacci number, 1, 1, 2, 3, 5, 8, ... (OEIS A000045), and b(n) is the binary carry sequence giving the number of trailing 0s in the binary representation of n. For n=1, 2, ..., b(n) is given by 0, 1, 0, 2, 0, 1, 3, 0, 1, ... (OEIS A007814), while the corresponding a(n) are 2, 3, 6, 10, 20, 30, 60, 96, 192, ... (OEIS A050291).

Define

 r(n)=max<span style={|S|:S subset {1,2,...,n} is double-free}, " src="https://mathworld.wolfram.com/images/equations/Double-FreeSet/NumberedEquation2.gif" style="height:15px; width:288px" />

(2)

where |S| is the cardinal number of (number of members in) S. Then for n=1, 2, ..., r(n) is given by 1, 1, 2, 3, 4, 4, 5, 5, 6, 6, 7, 8, 9, 9, 10, ... (OEIS A050292). An explicit formula for r(n) is given by

 r(n)=sum_(i=1)^np(i),

(3)

where

 p(i)=<span style={1 if b(i) is even; 0 if b(i) is odd, " src="https://mathworld.wolfram.com/images/equations/Double-FreeSet/NumberedEquation4.gif" style="height:41px; width:152px" />

(4)

if the characteristic function of b(n) (defined above), and the first few values of p(i) are 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, ... (OEIS A035263). A simple recurrence relation for r(n) is given by

 f(n)=[1/2n]+f(|_1/4n_|)

(5)

with f(0)=0 (Wang 1989), where |_x_| is the floor function and [x] is the ceiling function. An asymptotic formula for r(n) is given by

 r(n)∼2/3n+O(log_4n)

(6)

(Wang 1989).


REFERENCES:

Finch, S. R. "Triple-Free Set Constants." §2.26 in Mathematical Constants. Cambridge, England: Cambridge University Press, pp. 183-185, 2003.

Sloane, N. J. A. Sequences A000045/M0692, A007814, A035263, A050291 and A050292 in "The On-Line Encyclopedia of Integer Sequences."

Wang, E. T. H. "On Double-Free Sets of Integers." Ars Combin. 28, 97-100, 1989.

EN

تصفح الموقع بالشكل العمودي