[go: up one dir, main page]

login
Revision History for A300782 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Number of symmetrically distinct sublattices (supercells, superlattices, HNFs) of the simple cubic lattice of index n.
(history; published version)
#20 by Andrey Zabolotskiy at Tue May 09 10:26:46 EDT 2023
STATUS

editing

approved

#19 by Andrey Zabolotskiy at Tue May 09 10:26:43 EDT 2023
LINKS

Gus L. W. Hart and Rodney W. Forcade, <a href="https://scholarsarchive.byu.edu/facpub/180/">Algorithm for generating derivative superstructuresstructures</a>, Phys. Rev. B 77, 224115 (2008), <a href="https://doi.org/10.1103/PhysRevB.77.224115">DOI: 10.1103/PhysRevB.77.224115</a> [see Table IV].

STATUS

approved

editing

#18 by Andrey Zabolotskiy at Thu Jun 04 17:11:05 EDT 2020
STATUS

editing

approved

#17 by Andrey Zabolotskiy at Thu Jun 04 17:10:32 EDT 2020
LINKS

Gus L. W. Hart and Rodney W. Forcade, <a href="httphttps://msgscholarsarchive.byu.edu/papersfacpub/180/GLWHart_enumeration.pdf">Algorithm for generating derivative superstructures</a>, Phys. Rev. B 77, 224115 (2008), <a href="https://doi.org/10.1103/PhysRevB.77.224115">DOI: 10.1103/PhysRevB.77.224115</a> [see Table IV].

STATUS

approved

editing

#16 by Peter Luschny at Mon Sep 02 13:31:49 EDT 2019
STATUS

reviewed

approved

#15 by Joerg Arndt at Mon Sep 02 09:45:35 EDT 2019
STATUS

proposed

reviewed

#14 by Andrey Zabolotskiy at Mon Sep 02 09:39:20 EDT 2019
STATUS

editing

proposed

#13 by Andrey Zabolotskiy at Mon Sep 02 09:36:04 EDT 2019
#12 by Andrey Zabolotskiy at Mon Sep 02 09:30:40 EDT 2019
LINKS

Andrey Zabolotskiy, <a href="/A300782/b300782.txt">Table of n, a(n) for n = 1..1000</a>

Matt DeCross, <a href="https://mdecross.github.io/LatticePolytopesandOrbifolds.pdf">Lattice Polytopes and Orbifolds</a>, 2015.

#11 by Andrey Zabolotskiy at Mon Sep 02 09:22:31 EDT 2019
DATA

1, 3, 3, 9, 5, 13, 7, 24, 14, 23, 11, 49, 15, 33, 31, 66, 21, 70, 25, 89, 49, 61, 33, 162, 50, 81, 75, 137, 49, 177, 55, 193, 97, 123, 99, 296, 75, 147, 129, 312, 89, 291, 97, 269, 218, 203, 113, 534, 146, 302, 203, 357, 141, 451, 207, 508, 247, 307, 171, 789

LINKS

Matt DeCross, <a href="https://mdecross.github.io/OrbifoldsTalk.pdf">Lattice Polytopes and Orbifolds in Quiver Gauge Theories</a>, 2015. See slides 18-21.

PROG

(Python)

# see A159842 for the definition of dc, fin, per, u, N, N2

def a(n): # from DeCross's slides

return (dc(u, N, N2)(n) + 6*dc(fin(1, -1, 0, 4), u, u, N)(n)

+ 3*dc(fin(1, 3), u, u, N)(n)

+ 8*dc(fin(1, 0, -1, 0, 0, 0, 0, 0, 3), u, u, per(0, 1, -1))(n)

+ 6*dc(fin(1, 1), u, u, per(0, 1, 0, -1))(n))//24

print([a(n) for n in range(1, 300)])

# Andrey Zabolotskiy, Sep 02 2019

KEYWORD

nonn,more

nonn

EXTENSIONS

Terms a(11) and beyond from Andrey Zabolotskiy, Sep 02 2019

STATUS

approved

editing