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.

A184265 Number of distinct n X 3 toroidal binary arrays.

Original entry on oeis.org

4, 14, 64, 352, 2192, 14624, 99880, 699252, 4971184, 35792568, 260301176, 1908882592, 14096303344, 104715443852, 781874941184, 5864062367252, 44152937528384, 333599974922264, 2528336632928152, 19215358428046176, 146402730743992960, 1117984489446008100
Offset: 1

Views

Author

R. H. Hardin, Jan 10 2011

Keywords

Crossrefs

Column 3 of A184271.

Programs

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

Formula

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

Extensions

More terms from Alois P. Heinz, Aug 25 2012