login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A054586 Sum_{d|2n+1} phi(d)*mu(d). 0
1, -1, -3, -5, -1, -9, -11, 3, -15, -17, 5, -21, -3, -1, -27, -29, 9, 15, -35, 11, -39, -41, 3, -45, -5, 15, -51, 27, 17, -57, -59, 5, 33, -65, 21, -69, -71, 3, 45, -77, -1, -81, 45, 27, -87, 55, 29, 51, -95, 9, -99, -101, -15, -105, -107, 35, -111, 63, 11, 75, -9 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

REFERENCES

D. M. Burton, Elementary Number Theory, Allyn and Bacon Inc., Boston, MA, 1976. p. 152.

FORMULA

Multiplicative with a(p^e)=2-p. - Vladeta Jovovic (vladeta(AT)eunet.rs), Jan 25 2002

PROG

(PARI) j=[]; for(n=0, 200, j=concat(j, sumdiv(2*n+1, d, moebius(d)*eulerphi(d)))); j

CROSSREFS

Sequence in context: A112411 A021970 A115335 * A112752 A101035 A204029

Adjacent sequences:  A054583 A054584 A054585 * A054587 A054588 A054589

KEYWORD

sign,mult

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Apr 12 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:14 EST 2012. Contains 205971 sequences.