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.

A184264 Number of distinct n X 2 toroidal binary arrays.

Original entry on oeis.org

3, 7, 14, 40, 108, 362, 1182, 4150, 14602, 52588, 190746, 699600, 2581428, 9588742, 35792568, 134223910, 505294128, 1908896442, 7233642930, 27487869472, 104715443852, 399822696082, 1529755490574, 5864063066500, 22517998808028, 86607689013412, 333599974893066
Offset: 1

Views

Author

R. H. Hardin, Jan 10 2011

Keywords

Crossrefs

Column 2 of A184271.

Programs

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

Formula

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

Extensions

More terms from Alois P. Heinz, Aug 25 2012