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!)
A347118 Möbius transform of A332449. 3
1, 3, 8, 6, 24, 4, 48, 20, 12, 8, 120, 0, 168, 48, 48, 60, 288, 12, 360, 208, 168, 72, 528, 24, 30, 312, 84, 384, 840, -32, 960, 180, 312, 384, 552, 108, 1368, 792, 912, 480, 1680, -136, 1848, 1008, -54, 912, 2208, 72, 42, 18, 1224, 1200, 2808, -4, 1080, 960, 2232, 1272, 3480, -244, 3720, 2400, 792, 540, 2832, -120 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{d|n} A008683(n/d) * A332449(d).
PROG
(PARI)
A005940(n) = { my(p=2, t=1); n--; until(!n\=2, if((n%2), (t*=p), p=nextprime(p+1))); (t); };
A156552(n) = { my(f = factor(n), p, p2 = 1, res = 0); for(i = 1, #f~, p = 1 << (primepi(f[i, 1]) - 1); res += (p * p2 * (2^(f[i, 2]) - 1)); p2 <<= f[i, 2]); res };
A332449(n) = A005940(1+(3*A156552(n)));
A347118(n) = sumdiv(n, d, moebius(n/d)*A332449(d));
CROSSREFS
Cf. also A332463, A347115, A347117.
Sequence in context: A072396 A001175 A093725 * A306933 A316565 A345052
KEYWORD
sign
AUTHOR
Antti Karttunen, Aug 21 2021
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 April 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)