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!)
A350495 a(n) is the constant term in expansion of Product_{k=1..n} (x^(k^2) + 1/x^(k^2))^2. 3

%I #61 Feb 05 2022 05:41:21

%S 1,2,4,8,16,40,88,222,570,1564,4516,13874,41866,137432,442964,1492610,

%T 4998674,17204844,59175316,207299554,727137516,2582078416,9179001124,

%U 32943918428,118453240846,428937325964,1556421977612,5676923326262,20754245720206

%N a(n) is the constant term in expansion of Product_{k=1..n} (x^(k^2) + 1/x^(k^2))^2.

%H Vaclav Kotesovec, <a href="/A350495/b350495.txt">Table of n, a(n) for n = 0..200</a>

%F Conjecture: a(n) ~ sqrt(5) * 4^n / (sqrt(Pi) * n^(5/2)). - _Vaclav Kotesovec_, Feb 05 2022

%p b:= proc(n) option remember; `if`(n=0, 1,

%p expand((x^(n^2)+1/x^(n^2))^2*b(n-1)))

%p end:

%p a:= n-> coeff(b(n),x,0):

%p seq(a(n), n=0..28); # _Alois P. Heinz_, Jan 28 2022

%t Table[Coefficient[Product[(x^(k^2) + 1/x^(k^2))^2, {k, 1, n}], x, 0], {n, 0, 30}] (* _Vaclav Kotesovec_, Feb 05 2022 *)

%Y Cf. A000980, A047653, A158092, A350249, A350881.

%K nonn

%O 0,2

%A _Ilya Gutkovskiy_, Jan 28 2022

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 26 21:09 EDT 2024. Contains 375462 sequences. (Running on oeis4.)