A058241 Number of sets of n positive integers that can be placed along a circle such that the set of sums of adjacent integers forms { 1, 2, ..., n^2-n+1 }.
1, 1, 1, 2, 1, 5, 0, 6, 4, 6, 0, 18, 0, 20, 0, 0, 6, 51, 0, 42, 0, 0, 0
Offset: 1
Examples
For n=3, we can choose a set { 1, 2, 4 } and place them along a circle as (1,4,2). Then the sums of adjacent numbers give all numbers from 1 to 7=3*(3-1)+1: { 1=1, 2=2, 3=1+2, 4=4, 5=1+4, 6=2+4, 7=1+2+4 }. Since such set is unique, a(3) = 1.
Links
- Leonard E. Dickson, Problem 142, The American Mathematical Monthly, Vol. 14, No. 5 (May, 1907), pp. 107-108.
- D. Mehendale, Finite Projective Planes, arXiv:math/0611492 [math.GM], 2006-2015.
- Eric Weisstein's World of Mathematics, Perfect Difference Set
- Wikipedia, Bruck-Ryser theorem
Crossrefs
Cf. A000010.
Extensions
More terms from Rustem Aidagulov (rustem53(AT)mail.ru), Sep 06 2005 and Jan 01 2006
a(21)-a(23) from Zhao Hui Du, Mar 17 2019
Edited by Max Alekseyev, Jul 23 2019
Comments