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!)
A321262 Expansion of 1/(1 - Sum_{k>=1} k*x^(2*k)/(1 - x^k)). 1
1, 0, 1, 1, 4, 3, 14, 12, 43, 50, 140, 177, 474, 643, 1560, 2325, 5246, 8194, 17763, 28838, 60190, 101063, 204935, 352227, 700037, 1224816, 2394971, 4250616, 8209174, 14724570, 28175997, 50949079, 96797183, 176131780, 332804667, 608449008, 1144920041, 2100793404 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Invert transform of A001065.
LINKS
N. J. A. Sloane, Transforms
FORMULA
G.f.: 1/(1 - Sum_{k>=1} (sigma(k) - k)*x^k).
G.f.: 1/(1 - Sum_{k>=1} (k - phi(k))*x^k/(1 - x^k)).
a(0) = 1; a(n) = Sum_{k=1..n} A001065(k)*a(n-k).
MAPLE
a:=series(1/(1-add(k*x^(2*k)/(1-x^k), k=1..100)), x=0, 38): seq(coeff(a, x, n), n=0..37); # Paolo P. Lava, Apr 02 2019
MATHEMATICA
nmax = 37; CoefficientList[Series[1/(1 - Sum[k x^(2 k)/(1 - x^k), {k, 1, nmax}]), {x, 0, nmax}], x]
nmax = 37; CoefficientList[Series[1/(1 - Sum[(k - EulerPhi[k]) x^k/(1 - x^k), {k, 1, nmax}]), {x, 0, nmax}], x]
a[0] = 1; a[n_] := a[n] = Sum[(DivisorSigma[1, k] - k) a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 37}]
CROSSREFS
Sequence in context: A351992 A082383 A216486 * A056478 A056479 A056480
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 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 07:16 EDT 2024. Contains 371905 sequences. (Running on oeis4.)