[go: up one dir, main page]

login
Revision History for A305543 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Number of chiral pairs of color loops of length n with exactly 4 different colors.
(history; published version)
#14 by Alois P. Heinz at Fri Jun 08 11:15:58 EDT 2018
STATUS

proposed

approved

#13 by Michel Marcus at Wed Jun 06 02:23:40 EDT 2018
STATUS

editing

proposed

#12 by Michel Marcus at Wed Jun 06 02:23:35 EDT 2018
FORMULA

a(n) = -(k!/4)*(S2(floor((n+1)/2),k) + S2(ceiling((n+1)/2),k)) + (k!/(2n))*Sum_{d|n} phi(d)*S2(n/d,k), with k=6 4 different colors used and where S2(n,k) is the Stirling subset number A008277.

PROG

(PARI) a(n) = my(k=4); -(k!/4)*(stirling(floor((n+1)/2), k, 2) + stirling(ceil((n+1)/2), k, 2)) + (k!/(2*n))*sumdiv(n, d, eulerphi(d)*stirling(n/d, k, 2)); \\ Michel Marcus, Jun 06 2018

STATUS

proposed

editing

#11 by Robert A. Russell at Tue Jun 05 17:02:29 EDT 2018
STATUS

editing

proposed

#10 by Robert A. Russell at Tue Jun 05 17:02:26 EDT 2018
FORMULA

k=4 different colors used; a(n) = -(k!/4)*(S2(floor((n+1)/2),k) + S2(ceiling((n+1)/2),k)) + (k!/(2n))*Sum_{d|n} phi(d)*S2(n/d,k), with k=6 different colors used and where S2(n,k) is the Stirling subset number A008277.

STATUS

proposed

editing

#9 by Robert A. Russell at Tue Jun 05 15:50:37 EDT 2018
STATUS

editing

proposed

#8 by Robert A. Russell at Tue Jun 05 15:50:34 EDT 2018
FORMULA

k=4 different colors used; a(n) = -(k!/24)*(S2(floor((n+1)/2),k) + S2(ceiling((n+1)/2),k)) + (k!/(2n))*Sum_{d|n} phi(d)*S2(n/d,k), where S2(n,k) is the Stirling subset number A008277.

STATUS

proposed

editing

#7 by Robert A. Russell at Tue Jun 05 15:42:46 EDT 2018
STATUS

editing

proposed

#6 by Robert A. Russell at Tue Jun 05 15:42:43 EDT 2018
FORMULA

G.f.: -6 * x^6 * (1+x)^2 / Product_{j=1..4} (1-j*x^2) - Sum_{d>0} (phi(d)/(2d)) * (log(1-4x^d) - 4*log(1-3x^3) + 6*log(1-2x^d) - 4*log(1-x^d)).

STATUS

proposed

editing

#5 by Robert A. Russell at Mon Jun 04 16:37:55 EDT 2018
STATUS

editing

proposed