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!)
A265758 Expansion of Product_{k>=1} ((1 + k*x^k)/(1 - k*x^k)). 9
1, 2, 6, 16, 38, 88, 200, 428, 902, 1874, 3780, 7504, 14732, 28368, 54052, 101960, 189750, 349996, 640218, 1159624, 2084952, 3722008, 6593560, 11606268, 20308188, 35312170, 61065636, 105060200, 179795936, 306244136, 519291476, 876554860, 1473504846 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution of A022629 and A006906.
LINKS
FORMULA
a(n) ~ c * 3^(n/3), where
c = 28711548.45004804552683870974706458425598... if mod(n,3) = 0
c = 28711547.74098394497470795294574937283075... if mod(n,3) = 1
c = 28711547.58138731567204220029302329316039... if mod(n,3) = 2.
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[(1 + k*x^k)/(1 - k*x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A093041 A156616 A330886 * A265107 A217631 A046209
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Dec 15 2015
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 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)