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.

A184267 Number of distinct n X 5 toroidal binary arrays.

Original entry on oeis.org

8, 108, 2192, 52488, 1342208, 35792568, 981706832, 27487816992, 781874936816, 22517998808448, 655069036708592, 19215358428046176, 567592125344909792, 16865594582168158776, 503719091506096394752, 15111572745196608608736, 455125014443154512836736
Offset: 1

Views

Author

R. H. Hardin, Jan 10 2011

Keywords

Crossrefs

Column 5 of A184271.

Programs

  • Maple
    with(numtheory):
    a:= n-> add(add(phi(c)*phi(d) *2^(5*n/ilcm(c, d)),
            d=divisors(n)), c=[1,5])/(5*n):
    seq(a(n), n=1..25);  # Alois P. Heinz, Aug 25 2012

Formula

a(n) ~ 32^n / (5*n). - Vaclav Kotesovec, Sep 04 2014

Extensions

More terms from Alois P. Heinz, Aug 25 2012