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!)
A265844 Expansion of Product_{k>=1} (1 + k^2*x^k)/(1 - k^2*x^k). 4
1, 2, 10, 36, 118, 376, 1188, 3456, 10054, 28814, 79280, 215844, 581748, 1528456, 3987384, 10295952, 26130982, 65874532, 164661622, 406787220, 998529752, 2434022304, 5879630196, 14124455856, 33734350692, 80000820426, 188787849968, 443372664504, 1035137265552 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution of A092484 and A077335.
LINKS
FORMULA
a(n) ~ c * 3^(2*n/3), where
c = 33024.782174678163138510272317... if mod(n,3) = 0
c = 33024.230416953709449028604542... if mod(n,3) = 1
c = 33024.292470246596667257649964... if mod(n,3) = 2.
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[(1 + k^2*x^k)/(1 - k^2*x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A340885 A206622 A266942 * A192858 A202796 A335559
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Dec 16 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 August 19 11:24 EDT 2024. Contains 375284 sequences. (Running on oeis4.)