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!)
A300274 G.f.: 1 + Sum_{n>=1} a(n)*x^n/(1 - x^n) = Product_{n>=1} (1 + x^n)/(1 - x^n). 5
2, 2, 6, 10, 22, 30, 62, 86, 146, 206, 342, 454, 726, 974, 1442, 1962, 2862, 3762, 5398, 7094, 9834, 12942, 17726, 22938, 31042, 40094, 53254, 68518, 90246, 114914, 150142, 190550, 245906, 310942, 398554, 500474, 637590, 797534, 1007714, 1255850, 1578526, 1956786 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Moebius transform of A015128.
LINKS
N. J. A. Sloane, Transforms
FORMULA
a(n) = Sum_{d|n} mu(n/d)*A015128(d).
MATHEMATICA
nn = 42; f[x_] := 1 + Sum[a[n] x^n/(1 - x^n), {n, 1, nn}]; sol = SolveAlways[0 == Series[f[x] - Product[(1 + x^n)/(1 - x^n), {n, 1, nn}], {x, 0, nn}], x]; Table[a[n], {n, 1, nn}] /. sol // Flatten
s[n_] := SeriesCoefficient[Product[(1 + x^k)/(1 - x^k), {k, 1, n}], {x, 0, n}]; a[n_] := Sum[MoebiusMu[n/d] s[d], {d, Divisors[n]}]; Table[a[n], {n, 1, 42}]
CROSSREFS
Sequence in context: A123757 A167399 A247326 * A019310 A078008 A151575
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 01 2018
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 23 08:19 EDT 2024. Contains 371905 sequences. (Running on oeis4.)