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!)
A346679 Expansion of Product_{k>=1} (1 + x^k*(1+x)) / (1 - x^k*(1+x)). 0
1, 2, 6, 14, 32, 68, 140, 280, 544, 1034, 1930, 3544, 6416, 11472, 20288, 35532, 61696, 106304, 181906, 309362, 523228, 880576, 1475424, 2462302, 4094682, 6787588, 11219504, 18498094, 30429502, 49955706, 81864400, 133940690, 218834842, 357090226, 582050680 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution of A160571 and A227681.
LINKS
FORMULA
a(n) ~ 2*c * phi^(n+1) / sqrt(5), where phi = A001622 is the golden ratio and c = Product_{k>=2} (phi^k + 1 + 1/phi) / (phi^k - 1 - 1/phi) = 32.9911047431709572178149423384235021321790640826498395008790713974339...
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[(1+x^k*(1+x))/(1-x^k*(1+x)), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A327050 A301554 A217941 * A232434 A096238 A074878
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jul 31 2021
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 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)