[go: up one dir, main page]

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

newer changes | Showing entries 11-20 | older changes
Liouville's function lambda(n) = (-1)^k, where k is number of primes dividing n (counted with multiplicity).
(history; published version)
#123 by Chai Wah Wu at Tue May 24 11:12:00 EDT 2022
STATUS

editing

proposed

#122 by Chai Wah Wu at Tue May 24 11:11:51 EDT 2022
PROG

(Python)

from sympy import factorint

def A008836(n): return -1 if sum(factorint(n).values()) % 2 else 1 # Chai Wah Wu, May 24 2022

STATUS

approved

editing

#121 by N. J. A. Sloane at Thu Apr 28 13:32:31 EDT 2022
STATUS

proposed

approved

#120 by Michel Marcus at Tue Apr 26 14:51:53 EDT 2022
STATUS

editing

proposed

Discussion
Tue Apr 26
14:55
Michel Marcus: not draft,   abstract
#119 by Michel Marcus at Tue Apr 26 14:51:15 EDT 2022
LINKS

Michael Coons, <a href="http://arxiv.org/abs/0810.3709">(Non)Automaticity of number theoretic functions</a>, arXiv:0810.3709 [math.NT], Oct 21, 2008.

STATUS

proposed

editing

Discussion
Tue Apr 26
14:51
Michel Marcus: remove JVP copy of Coons and Borwein draft ?
#118 by Robert C. Lyons at Tue Apr 26 14:27:08 EDT 2022
STATUS

editing

proposed

#117 by Robert C. Lyons at Tue Apr 26 14:25:32 EDT 2022
COMMENTS

Coons and Borwein: "We give a new proof of Fatou's theorem: if an algebraic function has a power series expansion with bounded integer coefficients, then it must be a rational function.} This result is applied to show that for any non-trivial completely multiplicative function from N to {-1,1), }, the series sum_{n=1 to ..infinity) } f(n)z^n is transcendental over {Z}[z]; in particular, sum_{n=1 to ..infinity) } lambda(n)z^n is transcendental, where lambda is Liouville's function. The transcendence of sum_{n=1 to ..infinity) } mu(n)z^n is also proved." - Jonathan Vos Post, Jun 11 2008

STATUS

proposed

editing

#116 by Antti Karttunen at Tue Apr 26 13:23:59 EDT 2022
STATUS

editing

proposed

Discussion
Tue Apr 26
13:28
Antti Karttunen: To see why, see https://oeis.org/A235991 and note that A003961 is a permutation of odd numbers that preserves the prime signature, thus also the bigomega.
#115 by Antti Karttunen at Tue Apr 26 13:16:25 EDT 2022
FORMULA

a(n) = (-1)^A349905(n). - Antti Karttunen, Apr 26 2022

CROSSREFS
STATUS

approved

editing

#114 by Jon E. Schoenfield at Tue Feb 08 08:07:02 EST 2022
STATUS

editing

approved