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!)
A076717 a(n) = -Sum_{d|n} (-n/d)^d. 5
1, 1, 4, -1, 6, 4, 8, -25, 37, 16, 12, -106, 14, 92, 384, -561, 18, -65, 20, -706, 2552, 1948, 24, -15658, 3151, 8048, 20440, -2570, 30, -33326, 32, -135393, 178512, 130816, 94968, -583219, 38, 523964, 1596560, -2465370, 42, -2521186, 44, -15082, 16364502, 8388124, 48, -78560082, 823593, 23888231 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
G.f.: Sum_{n>0} n*x^n/(1+n*x^n).
PROG
(PARI) a(n) = -sumdiv(n, d, (-n/d)^d); \\ Michel Marcus, Mar 22 2021
CROSSREFS
Sequence in context: A330356 A329428 A288469 * A200360 A228451 A324056
KEYWORD
sign
AUTHOR
Vladeta Jovovic, Oct 27 2002
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 14 08:53 EDT 2024. Contains 372530 sequences. (Running on oeis4.)