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!)
A261331 Expansion of Product_{k>=1} (1+x^k)^(A000129(k)). 4

%I #13 May 30 2018 15:41:53

%S 1,1,2,7,18,52,143,396,1083,2971,8087,21981,59533,160857,433467,

%T 1165542,3126951,8372451,22374172,59684669,158941356,422582925,

%U 1121814072,2973703449,7871754065,20809918535,54943916547,144891525408,381647503607,1004149670985

%N Expansion of Product_{k>=1} (1+x^k)^(A000129(k)).

%H Vaclav Kotesovec, <a href="/A261331/b261331.txt">Table of n, a(n) for n = 0..1000</a>

%H Vaclav Kotesovec, <a href="http://arxiv.org/abs/1508.01796">Asymptotics of the Euler transform of Fibonacci numbers</a>, arXiv:1508.01796 [math.CO], Aug 07 2015

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/PellNumber.html">Pell Number</a>

%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Pell_number">Pell number</a>

%F a(n) ~ (1+sqrt(2))^n * exp(-1/8 + 2^(1/4)*sqrt(n) + s) / (2^(11/8) * sqrt(Pi) * n^(3/4)), where s = Sum_{k>=2} (-1)^(k+1)/(((sqrt(2)+1)^k - (sqrt(2)-1)^k - 2)*k) = -0.1149083344289588668149210160138124159112948627968378825745674888...

%F G.f.: exp(Sum_{k>=1} (-1)^(k+1)*x^k/(k*(1 - 2*x^k - x^(2*k)))). - _Ilya Gutkovskiy_, May 30 2018

%t nmax=40; Pell[0]=0; Pell[1]=1; Pell[n_]:=Pell[n] = 2*Pell[n-1] + Pell[n-2]; CoefficientList[Series[Product[(1+x^k)^Pell[k], {k, 1, nmax}], {x, 0, nmax}], x]

%Y Cf. A000129, A261329, A261330, A261332, A261050, A261051.

%K nonn

%O 0,3

%A _Vaclav Kotesovec_, Aug 15 2015

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.)