The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070238 Sign of core(n)-phi(n) where core(n) is the squarefree part of n and phi the Euler totient function. 1
0, 1, 1, -1, 1, 1, 1, -1, -1, 1, 1, -1, 1, 1, 1, -1, 1, -1, 1, -1, 1, 1, 1, -1, -1, 1, -1, -1, 1, 1, 1, -1, 1, 1, 1, -1, 1, 1, 1, -1, 1, 1, 1, -1, -1, 1, 1, -1, -1, -1, 1, -1, 1, -1, 1, -1, 1, 1, 1, -1, 1, 1, -1, -1, 1, 1, 1, -1, 1, 1, 1, -1, 1, 1, -1, -1, 1, 1, 1, -1, -1, 1, 1, -1, 1, 1, 1, -1, 1, -1, 1, -1, 1, 1, 1, -1, 1, -1, -1, -1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sum_{k=1..n} a(k) > 0 for n > 1. That is, the partial sums stay positive forever.
For almost all n, a(n) = 2*mu(n)^2 - 1 = 2*A008966(n) - 1. Below 1000, there are only 5 exceptions: n=1, 420, 660, 780, 840. The exceptions are given by A070237.
LINKS
FORMULA
a(n) = sign(A007913(n) - A000010(n)).
MATHEMATICA
Array[Sign[Sqrt[#] /. (c_: 1) a_^(b_: 0) :> (c a^b)^2 - EulerPhi@ #] &, 100] (* Michael De Vlieger, Nov 18 2017, after Bill Gosper at A007913 *)
PROG
(PARI) for(n=1, 100, print1(sign(core(n)-eulerphi(n)), ", "))
CROSSREFS
Sequence in context: A165476 A165596 A226523 * A062157 A103131 A112347
KEYWORD
easy,sign
AUTHOR
Benoit Cloitre, May 08 2002
EXTENSIONS
Comment section edited by Antti Karttunen, Nov 18 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 20 18:46 EDT 2024. Contains 372720 sequences. (Running on oeis4.)