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.

A130078 Largest 2^x dividing A001623(n), the number of reduced three-line Latin rectangles.

Original entry on oeis.org

1, 4, 2, 8, 16, 64, 32, 64, 128, 512, 256, 2048, 8192, 16384, 4096, 65536, 32768, 131072, 65536, 262144, 524288, 2097152, 1048576, 2097152, 4194304, 16777216, 8388608, 134217728, 134217728, 1073741824, 134217728, 536870912, 2147483648
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) = 2^valuation(a001623(n), 2); \\ Michel Marcus, Oct 02 2017

Formula

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