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!)
A185752 a(n) equals the coefficient of x^(2n-1) in the (2n-1)-th iteration of x/(1-x^2) for n>=1. 1

%I #5 Mar 30 2012 18:37:26

%S 1,3,35,763,24639,1057991,56776733,3658333743,275216215907,

%T 23680746142603,2293972666771246,247075461463313473,

%U 29290441677755271415,3790060387175131847103,531544501037995251654986

%N a(n) equals the coefficient of x^(2n-1) in the (2n-1)-th iteration of x/(1-x^2) for n>=1.

%C Compare a(n) to (2n-1)^(2n-2), which is the coefficient of x^(2n-1) in the (2n-1)-th iteration of x/(1-x).

%e The coefficients of x^(2k-1), k>=1, in the n-th iterations of x/(1-x^2) begin:

%e n=1: [(1), 1, 1, 1, 1, 1, 1, 1, ...];

%e n=2: [1, 2, 5, 13, 34, 89, 233, 610, 1597, ...];

%e n=3: [1,(3), 12, 51, 221, 965, 4227, 18540, ...];

%e n=4: [1, 4, 22, 130, 789, 4848, 29975, 185953, ...];

%e n=5: [1, 5,(35), 265, 2070, 16420, 131353, 1055966, ...];

%e n=6: [1, 6, 51, 471, 4501, 43771, 429939, 4249026, ...];

%e n=7: [1, 7, 70,(763), 8624, 99344, 1157226, 13575289, ...];

%e n=8: [1, 8, 92, 1156, 15086, 200880, 2707230, 36768138, ...];

%e n=9: [1, 9, 117, 1665,(24639), 372363, 5699493, 87963975, ...];

%e n=10:[1, 10, 145, 2305, 38140, 644965, 11052481, ...];

%e n=11:[1, 11, 176, 3091, 56551,(1057991), 20067377, ...];

%e n=12:[1, 12, 210, 4038, 80939, 1659824, 34522269, ...];

%e n=13:[1, 13, 247, 5161, 112476, 2508870,(56776733), ...];

%e n=14:[1, 14, 287, 6475, 152439, 3674503, 89886811, ...];

%e n=15:[1, 15, 330, 7995, 202210, 5238010, 137730384,(3658333743), ...]; ...

%e coefficients in parenthesis form the initial terms of this sequence.

%o (PARI) {a(n)=local(A=x,G=x/(1-x^2)); for(i=1,2*n-1, A=subst(G, x, A+x*O(x^(2*n)))); polcoeff(A, 2*n-1)}

%Y Cf. A185751.

%K nonn

%O 1,2

%A _Paul D. Hanna_, Feb 01 2011

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:37 EDT 2024. Contains 371937 sequences. (Running on oeis4.)