This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A072506 #4 Mar 30 2012 18:37:42 %S A072506 1,1,2,1,3,4,1,4,7,10,1,5,12,22,26,1,6,19,43,66,80,1,7,26,73,143,217, %T A072506 246,1,8,35,116,273,504,715,810,1,9,46,172,476,1038,1768,2438,2704,1, %U A072506 10,57,245,776,1944,3876,6310,8398,9252,1,11,70,335,1197,3399,7752 %N A072506 Triangle giving T(n,m) = number of necklaces of two colors with 2n beads of which m=1..n are black. %C A072506 Left half of even rows of triangle A047996 (with the leftmost edge discarded). %F A072506 (1/(2n)) Sum_{d |(2n, m)} phi(d)*binomial(2n/d, m/d) %t A072506 Table[(Plus@@(EulerPhi[ # ]Binomial[2n/#, m/# ] &)/@Intersection[Divisors[2n], Divisors[m]])/(2n), {n, 13}, {m, n}] %Y A072506 Penultimate entries give binary necklaces of n-1 black beads and n+1 white beads, presumably A007595, antepenultimate entries give binary necklaces of n-2 black beads and n+2 white beads, presumably A003444. %Y A072506 Cf. A047996, A003444. %K A072506 nonn,tabl %O A072506 1,3 %A A072506 _Wouter Meeussen_, Aug 03 2002