A325791 Number of necklace permutations of {1..n} such that every positive integer from 1 to n * (n + 1)/2 is the sum of some circular subsequence.
1, 1, 1, 2, 4, 20, 82, 252, 1074, 7912, 39552, 152680, 776094, 5550310, 30026848, 108376910
Offset: 0
Examples
The a(1) = 1 through a(5) = 20 permutations: (1) (1,2) (1,2,3) (1,2,3,4) (1,2,3,4,5) (1,3,2) (1,3,2,4) (1,2,3,5,4) (1,4,2,3) (1,2,4,3,5) (1,4,3,2) (1,2,4,5,3) (1,2,5,4,3) (1,3,2,5,4) (1,3,4,2,5) (1,3,4,5,2) (1,3,5,2,4) (1,3,5,4,2) (1,4,2,3,5) (1,4,2,5,3) (1,4,3,2,5) (1,4,5,2,3) (1,4,5,3,2) (1,5,2,3,4) (1,5,2,4,3) (1,5,3,2,4) (1,5,3,4,2) (1,5,4,3,2)
Crossrefs
Programs
Extensions
a(11)-a(15) from Bert Dobbelaere, Nov 01 2020
Comments