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!)
A184269 Number of distinct n X 7 toroidal binary arrays. 2
20, 1182, 99880, 9587580, 981706832, 104715443852, 11488774559744, 1286742755471400, 146402730743793240, 16865594582168158776, 1962541914958813595480, 230271584688553159320640, 27207473390887478569212080, 3233802551602631768613571584 (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) ~ 128^n / (7*n). - Vaclav Kotesovec, Sep 04 2014
MAPLE
with(numtheory):
a:= n-> add(add(phi(c)*phi(d) *2^(7*n/ilcm(c, d)),
d=divisors(n)), c=[1, 7])/(7*n):
seq(a(n), n=1..20); # Alois P. Heinz, Aug 25 2012
CROSSREFS
Column 7 of A184271.
Sequence in context: A152130 A151625 A203775 * A042745 A363054 A158912
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 June 27 20:20 EDT 2024. Contains 373753 sequences. (Running on oeis4.)