[go: up one dir, main page]

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!)
A346770 Expansion of g.f. Product_{k>=1} (1 - x^k)^phi(k), where phi() is the Euler totient function (A000010). 1
1, -1, -1, -1, 0, 0, 3, 1, 4, 2, 3, -5, 1, -13, -5, -13, -6, -22, 12, -12, 35, 17, 59, 11, 101, -1, 81, -35, 45, -165, 29, -311, -69, -383, -57, -501, 181, -501, 425, -191, 990, -70, 1844, 64, 2305, 183, 2625, -951, 2897, -2701, 1845, -4851, 664, -8824, 670, -12366, 269, -14137, 2884 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
G.f.: exp(-Sum_{k>=1} A057660(k) * x^k/k).
a(0) = 1, a(n) = -(1/n) * Sum_{k=1..n} A057660(k) * a(n-k) for n > 0.
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, (1-x^k)^eulerphi(k)))
(PARI) N=66; x='x+O('x^N); Vec(exp(-sum(k=1, N, sigma(k^2, 2)/sigma(k^2)*x^k/k)))
CROSSREFS
Convolution inverse of A061255.
Sequence in context: A209919 A116537 A194307 * A048225 A155481 A075148
KEYWORD
sign
AUTHOR
Seiichi Manyama, Aug 02 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 August 29 17:19 EDT 2024. Contains 375518 sequences. (Running on oeis4.)