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!)
A263830 The number c_{Z^3,pi_1(B_2)}(2n) of 3-torus 2n-coverings over the second amphicosm. 7
1, 5, 9, 23, 19, 53, 33, 93, 74, 119, 73, 255, 99, 213, 219, 363, 163, 482, 201, 581, 393, 485, 289, 1085, 422, 663, 634, 1047, 451, 1463, 513, 1417, 897, 1103, 915, 2374, 723, 1365, 1227, 2511, 883, 2661, 969, 2399, 2078, 1973, 1153, 4419 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
G. Chelnokov, M. Deryagina, A. Mednykh, On the Coverings of Amphicosms; Revised title: On the coverings of Euclidian manifolds B_1 and B_2, arXiv preprint arXiv:1502.01528 [math.AT], 2015.
MATHEMATICA
a[n_] := 1/2 Sum[Sum[(d^2 + 3/2 + 1/2 (-1)^Mod[d, 2] + (-1)^Mod[Quotient[n, d m], 2] + (-1)^Mod[d+Quotient[n, d m], 2])m, {m, Divisors[Quotient[n, d] ]}], {d, Divisors[n]}];
Array[a, 48] (* Jean-François Alcover, Sep 16 2018, after Gheorghe Coserea *)
PROG
(PARI)
a(n) = {
1/2 * sumdiv(n, d, sumdiv(n\d, m,
(sqr(d) + 3/2 + 1/2*(-1)^(d%2) + (-1)^((n\(d*m))%2) +
(-1)^((d + n\(d*m))%2)) * m));
};
vector(48, n, a(n)) \\ Gheorghe Coserea, May 05 2016
CROSSREFS
Sequence in context: A219521 A215178 A058893 * A343803 A194802 A229925
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Oct 28 2015
EXTENSIONS
More terms from Gheorghe Coserea, May 05 2016
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)