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.

A222639 Square root of the square part of the total number of arrangements of a set with n elements.

Original entry on oeis.org

1, 1, 1, 4, 1, 1, 1, 10, 1, 1, 1, 2, 13, 1, 1, 2, 1, 1, 1, 20, 1, 1, 1, 58, 1, 1, 1, 2, 1, 1, 1, 2, 5, 1, 1, 4, 1, 1, 1, 2, 1, 1, 1, 2, 5, 1, 1, 2, 1, 1, 1, 8, 1, 1, 1, 2, 1, 5, 1, 2, 1, 1, 1, 2, 23, 1, 1, 4, 1, 5, 1, 2, 1, 37
Offset: 0

Views

Author

Michel Marcus, Feb 27 2013

Keywords

Crossrefs

Programs

  • PARI
    a(n) = core(n! * polcoeff(exp(x + x*O(x^n)) / (1 - x), n), 1)[2]

Formula

a(n) = sqrt(A000522(n)/core(A000522(n))).