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!)
A184267 Number of distinct n X 5 toroidal binary arrays. 2
8, 108, 2192, 52488, 1342208, 35792568, 981706832, 27487816992, 781874936816, 22517998808448, 655069036708592, 19215358428046176, 567592125344909792, 16865594582168158776, 503719091506096394752, 15111572745196608608736, 455125014443154512836736 (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) ~ 32^n / (5*n). - Vaclav Kotesovec, Sep 04 2014
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
CROSSREFS
Column 5 of A184271.
Sequence in context: A193678 A265277 A336828 * A099699 A084915 A138456
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 May 9 16:12 EDT 2024. Contains 372353 sequences. (Running on oeis4.)