[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
Revision History for A000716 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Number of partitions of n into parts of 3 kinds.
(history; published version)
#115 by Alois P. Heinz at Mon Sep 25 14:26:58 EDT 2023
STATUS

proposed

approved

#114 by Chai Wah Wu at Mon Sep 25 13:25:33 EDT 2023
STATUS

editing

proposed

#113 by Chai Wah Wu at Mon Sep 25 13:25:15 EDT 2023
PROG

(Python)

from functools import lru_cache

from sympy import divisor_sigma

@lru_cache(maxsize=None)

def A000716(n): return sum(A000716(k)*divisor_sigma(n-k) for k in range(n))*3//n if n else 1 # Chai Wah Wu, Sep 25 2023

STATUS

approved

editing

#112 by Michael De Vlieger at Wed Apr 27 07:45:55 EDT 2022
STATUS

reviewed

approved

#111 by Michel Marcus at Wed Apr 27 01:55:09 EDT 2022
STATUS

proposed

reviewed

#110 by Omar E. Pol at Tue Apr 26 17:28:05 EDT 2022
STATUS

editing

proposed

#109 by Omar E. Pol at Tue Apr 26 17:27:50 EDT 2022
LINKS

P. Nataf, M. Lajkó, A. Wietek, K. Penc, F. Mila, and A. M. Läuchli, <a href="https://arxiv.org/abs/1601.00958">Chiral spin liquids in triangular lattice SU (N) fermionic Mott insulators with artificial gauge fields</a>, arXiv preprint arXiv:1601.00958 [cond-mat.quant-gas], 2016.

STATUS

proposed

editing

#108 by Michel Marcus at Sun Apr 24 23:47:31 EDT 2022
STATUS

editing

proposed

#107 by Michel Marcus at Sun Apr 24 23:47:26 EDT 2022
LINKS

Roland Bacher, and P. De La Harpe, <a href="https://hal.archives-ouvertes.fr/hal-01285685/document">Conjugacy growth series of some infinitely generated groups</a>, 2016, hal-01285685v2.

Masazumi Honda and Takuya Yoda, <a href="https://arxiv.org/abs/2203.17091">String theory, N = 4 SYM and Riemann hypothesis</a>, arXiv:2203.17091v2 17091 [hep-th], 2022.

V. Vladimir P. Kostov, <a href="http://arxiv.org/abs/1510.02584">Stabilization of the asymptotic expansions of the zeros of a partial theta function</a>, arXiv preprint arXiv:1510.02584 [math.CA], 2015.

P. Nataf, M. Lajkó, A. Wietek, K. Penc, F. Mila, and A. M. Läuchli, <a href="https://arxiv.org/abs/1601.00958">Chiral spin liquids in triangular lattice SU (N) fermionic Mott insulators with artificial gauge fields</a>, arXiv preprint arXiv:1601.00958 [cond-mat.quant-gas], 2016.

STATUS

proposed

editing

#106 by Omar E. Pol at Sun Apr 24 20:30:13 EDT 2022
STATUS

editing

proposed