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!)
A265837 Expansion of Product_{k>=1} 1/(1 - k^3*x^k). 7
1, 1, 9, 36, 164, 505, 2474, 7273, 31008, 103644, 379890, 1226802, 4747529, 14553648, 52167558, 171639695, 583371802, 1851395692, 6427705062, 19983302144, 67235043192, 214615427776, 697704303005, 2194982897304, 7262755260410, 22402942281766, 72461661415093 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ c * 3^n, where
c = 86.60286320343345379122228784466307940393110978... if n mod 3 = 0
c = 86.27536745612304663727011387030370600864018892... if n mod 3 = 1
c = 86.29819842537784019895326532818285333403267092... if n mod 3 = 2.
G.f.: exp(Sum_{k>=1} Sum_{j>=1} j^(3*k)*x^(j*k)/k). - Ilya Gutkovskiy, Jun 14 2018
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[1/(1 - k^3*x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Column k=3 of A292193.
Sequence in context: A285674 A075674 A245416 * A264359 A280353 A110752
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 April 24 12:29 EDT 2024. Contains 371937 sequences. (Running on oeis4.)