Pierre de la Harpe, <a href="http://images-archive.math.cnrs.fr/Lagrange-et-la-variation-des.html">Lagrange et la variation des théorèmes</a>, Images des Mathématiques, CNRS, 2014.
Pierre de la Harpe, <a href="http://images-archive.math.cnrs.fr/Lagrange-et-la-variation-des.html">Lagrange et la variation des théorèmes</a>, Images des Mathématiques, CNRS, 2014.
editing
approved
Brennan Benfield and Oliver Lippard, <a href="https://arxiv.org/abs/2404.08193">Integers that are not the sum of positive powers</a>, arXiv:2404.08193 [math.NT], 2024. See p. 2.
reviewed
editing
proposed
reviewed
editing
proposed
Brennan Benfield and Oliver Lippard, <a href="https://arxiv.org/abs/2404.08193">Integers that are not the sum of positive powers</a>, arXiv:2404.08193 [math.NT], 2024. p. 2.
approved
editing
reviewed
approved
proposed
reviewed
editing
proposed
def A000534_gen(startvalue=0): # generator of terms >= startvalue
return filter(lambda n:n in {0, 1, 3, 5, 9, 11, 17, 29, 41} or n>>((~n&n-1).bit_length()&-2) in {2, 6, 14}, count(max(startvalue, 0)))
reviewed
editing