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.

Showing 1-2 of 2 results.

A130077 Largest x such that 2^x divides A001623(n), the number of reduced three-line Latin rectangles.

Original entry on oeis.org

0, 2, 1, 3, 4, 6, 5, 6, 7, 9, 8, 11, 13, 14, 12, 16, 15, 17, 16, 18, 19, 21, 20, 21, 22, 24, 23, 27, 27, 30, 27, 29, 31, 33, 32, 34, 35, 37, 36, 37, 38, 40, 39, 42, 44, 45, 43, 50, 46, 48, 47, 49, 50, 52, 51, 52, 53, 55, 54, 59, 58, 62, 58, 60, 63, 65, 64, 66, 67, 69, 68, 69, 70
Offset: 3

Views

Author

Douglas Stones (dssto1(AT)student.monash.edu.au), May 06 2007

Keywords

Crossrefs

Programs

  • PARI
    a001623(n) = n*(n-3)!*sum(i=0, n, sum(j=0, n-i, (-1)^j*binomial(3*i+j+2, j)<<(n-i-j)/(n-i-j)!)*i!);
    a(n) = valuation(a001623(n), 2); \\ Michel Marcus, Oct 02 2017

Formula

a(n) = A007814(A001623(n)). - Michel Marcus, Oct 02 2017

A130079 a(n) = n - A130077(n), i.e., n minus the largest x such that 2^x divides A001623(n), the number of reduced three-line Latin rectangles.

Original entry on oeis.org

3, 2, 4, 3, 3, 2, 4, 4, 4, 3, 5, 3, 2, 2, 5, 2, 4, 3, 5, 4, 4, 3, 5, 5, 5, 4, 6, 3, 4, 2, 6, 5, 4, 3, 5, 4, 4, 3, 5, 5, 5, 4, 6, 4, 3, 3, 6, 0, 5, 4, 6, 5, 5, 4, 6, 6, 6, 5, 7, 3, 5, 2, 7, 6, 4, 3, 5, 4, 4, 3, 5, 5, 5, 4, 6, 4, 1, 3, 6, 4, 5, 4, 6, 5, 5, 4, 6, 6, 6, 5, 7, 4, 5, 3, 7, 6, 5, 4
Offset: 3

Views

Author

Douglas Stones (dssto1(AT)student.monash.edu.au), May 06 2007

Keywords

Crossrefs

Programs

  • PARI
    a001623(n) = n*(n-3)!*sum(i=0, n, sum(j=0, n-i, (-1)^j*binomial(3*i+j+2, j)<<(n-i-j)/(n-i-j)!)*i!);
    a(n) = n - valuation(a001623(n), 2); \\ Michel Marcus, Oct 02 2017
Showing 1-2 of 2 results.