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!)
A332463 Möbius transform of A332223. 5
1, 1, 3, 3, 7, 4, 15, 2, 21, 9, 31, 13, 63, 4, 10, 42, 127, -3, 255, 14, 21, 88, 511, 22, 117, 320, 24, 97, 1023, -22, 2047, -36, 190, 1444, 82, 34, 4095, -200, 120, 306, 8191, 14, 16383, -59, 13, 4180, 32767, 30, 609, -103, 15494, -303, 65535, 30, 141, -32, -6, 8920, 131071, 132, 262143, 506030, 564, 834, 658, -149 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..10000 (computed using Hans Havermann's factorization of A156552)
FORMULA
a(n) = Sum_{d|n} A008683(n/d) * A332223(d).
PROG
(PARI) A332463(n) = sumdiv(n, d, moebius(n/d)*A332223(d)); \\ Needs also code from A332223.
CROSSREFS
Cf. also A003972, A324201, A324543.
Sequence in context: A002937 A085870 A336510 * A324573 A096633 A175482
KEYWORD
sign
AUTHOR
Antti Karttunen, Feb 22 2020
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 13 21:51 EDT 2024. Contains 372523 sequences. (Running on oeis4.)