login
A380465
Second coefficient of the lindep transform of A007947, squarefree kernel of n.
5
-1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, 0
OFFSET
1
COMMENTS
See A339791 for a definition of lindep-transform.
A059172 does not give the positions of 0's in this sequence, because this is not equal to A380439(n)-1. See comments in the latter.
LINKS
PROG
(PARI)
A007947(n) = factorback(factorint(n)[, 1]); \\ From A007947
A380465(n) = { my(v=lindep([A007947(n), n, 1])); (v*sign(v[1]))[2]; };
CROSSREFS
Cf. also A339791, A380545.
Differs from A380439(n)-1 for the first time at n=261120.
Sequence in context: A307420 A129667 A071374 * A071025 A077010 A330548
KEYWORD
sign,new
AUTHOR
Antti Karttunen, Jan 27 2025
STATUS
approved