login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A031359 Bisection of A001615. 1
1, 4, 6, 8, 12, 12, 14, 24, 18, 20, 32, 24, 30, 36, 30, 32, 48, 48, 38, 56, 42, 44, 72, 48, 56, 72, 54, 72, 80, 60, 62, 96, 84, 68, 96, 72, 74, 120, 96, 80, 108, 84, 108, 120, 90, 112, 128, 120, 98, 144, 102, 104, 192, 108, 110, 152, 114, 144, 168, 144, 132, 168 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Number of coincidence site lattices of index 2n+1 in lattice Z^3.

REFERENCES

M. Baake, "Solution of coincidence problem...", in R. V. Moody, ed., Math. of Long-Range Aperiodic Order, Kluwer 1997, pp. 9-44.

FORMULA

Dirichlet series: Product (1+p^(-s))/(1-p^(1-s)); p != 2.

MAPLE

Contribution from Peter Luschny (peter(AT)luschny.de), Oct 23 2010: (Start)

A001615 := n -> mul((op(1, i)+1)*op(1, i)^(op(2, i)-1), i=op(2, numtheory[ifactors](n)));

A031359 := n -> A001615(2*n-1); (End)

MATHEMATICA

a[n_] := (2n-1)*Sum[ MoebiusMu[d]^2/d, {d, Divisors[2n-1]}]; Table[a[n], {n, 1, 62}] (* From Jean-François Alcover, Jan 18 2012, after Michael Somos *)

CROSSREFS

Sequence in context: A139404 A014455 A110646 * A179852 A110606 A117247

Adjacent sequences:  A031356 A031357 A031358 * A031360 A031361 A031362

KEYWORD

nonn,easy,nice

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

Better description from Vladeta Jovovic (vladeta(AT)eunet.rs), Jan 25 2002

More terms from Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Mar 24 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 18:47 EST 2012. Contains 205663 sequences.