cp's OEIS Frontend

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.

A118644 Number of distinct (n red, n blue, n green)-bead necklaces.

This page as a plain text file.
%I A118644 #12 Aug 23 2015 03:27:15
%S A118644 1,2,16,188,2896,50452,953056,19003476,394397776,8439756848,
%T A118644 185033251616,4137181680700,94020327215200,2166105078791448,
%U A118644 50489825388328608,1188777328563914488,28236363841989180496,675879582290807439796,16289254212704277185152
%N A118644 Number of distinct (n red, n blue, n green)-bead necklaces.
%H A118644 Alois P. Heinz, <a href="/A118644/b118644.txt">Table of n, a(n) for n = 0..700</a>
%F A118644 Sum_{d|n} ( phi(n/d)(3d Choose d)(2d Choose d) )/3n for n>0. [Corrected by several correspondents, Mar 04 2010]
%F A118644 a(n) ~ 3^(3*n-1/2) / (2*Pi*n^2). - _Vaclav Kotesovec_, Aug 23 2015
%t A118644 f[n_] := Plus @@ (EulerPhi[n/# ]Binomial[3#, # ]Binomial[2#, # ] & /@ Divisors[n])/(3n)
%Y A118644 Cf. A003239.
%Y A118644 Column k=3 of A208183.
%K A118644 easy,nonn
%O A118644 0,2
%A A118644 _Jacob A. Siehler_, May 10 2006