login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A184268 Number of distinct n X 6 toroidal binary arrays. 2
14, 362, 14624, 699600, 35792568, 1908897152, 104715443852, 5864063066500, 333599974922264, 19215358463836552, 1117984489446008100, 65588423376054708480, 3874762242361630560584, 230271584688657874664612, 13754889325393505198471808, 825293359523595646115953700 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
S. N. Ethier, Counting toroidal binary arrays, arXiv preprint arXiv:1301.2352, 2013 and J. Int. Seq. 16 (2013) #13.4.7 .
FORMULA
a(n) ~ 64^n / (6*n). - Vaclav Kotesovec, Sep 04 2014
MAPLE
with(numtheory):
a:= n-> add(add(phi(c)*phi(d) *2^(6*n/ilcm(c, d)),
d=divisors(n)), c=[1, 2, 3, 6])/(6*n):
seq(a(n), n=1..25); # Alois P. Heinz, Aug 25 2012
CROSSREFS
Column 6 of A184271.
Sequence in context: A253457 A239784 A113673 * A223383 A215300 A159535
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 10 2011
EXTENSIONS
More terms from Alois P. Heinz, Aug 25 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)