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!)
A354185 Möbius transform of A348717. 2
1, 1, 1, 2, 1, 3, 1, 4, 2, 7, 1, 4, 1, 11, 3, 8, 1, 10, 1, 8, 7, 19, 1, 8, 2, 23, 4, 12, 1, 13, 1, 16, 11, 31, 3, 12, 1, 35, 19, 16, 1, 17, 1, 20, 4, 43, 1, 16, 2, 38, 23, 24, 1, 32, 7, 24, 31, 55, 1, 16, 1, 59, 8, 32, 11, 29, 1, 32, 35, 45, 1, 24, 1, 71, 10, 36, 3, 29, 1, 32, 8, 79, 1, 24, 19, 83, 43, 40, 1, 44, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Question: Are all terms positive?
LINKS
FORMULA
a(n) = Sum_{d|n} A008683(n/d) * A348717(d).
PROG
(PARI)
A348717(n) = if(1==n, 1, my(f = factor(n), k = primepi(f[1, 1])-1); for (i=1, #f~, f[i, 1] = prime(primepi(f[i, 1])-k)); factorback(f));
A354185(n) = sumdiv(n, d, moebius(n/d)*A348717(d));
CROSSREFS
Cf. also A322994.
Sequence in context: A369813 A319162 A029171 * A322994 A256147 A079786
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 19 2022
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 July 8 09:01 EDT 2024. Contains 374153 sequences. (Running on oeis4.)