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.

A032107 Number of reversible strings with n labeled beads of 2 colors.

Original entry on oeis.org

2, 4, 24, 192, 1920, 23040, 322560, 5160960, 92897280, 1857945600, 40874803200, 980995276800, 25505877196800, 714164561510400, 21424936845312000, 685597979049984000, 23310331287699456000
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    Join[{2},Table[2^(n-1) n!,{n,2,20}]] (* Harvey P. Dale, May 11 2025 *)

Formula

2^(n-1)*n! (n>1). E.g.f.: (1-2*x^2)/(1-2*x). Also "BIJ" (reversible, indistinct, labeled) transform of 2, 0, 0, 0...

Extensions

Essentially same as A002866.