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!)
A025176 a(n) = Jacobi P-Polynomial P_n(alpha=1, beta=1, x=sqrt(2)) multiplied by 2^(n/2+floor(n/2)) and divided by n+1. 1
1, 2, 9, 22, 114, 308, 1717, 4902, 28526, 84284, 504410, 1525500, 9311140, 28638504, 177367949, 552532742, 3460680278, 10888711788, 68810154286, 218247846932, 1389230689596, 4435391806552, 28403131135554, 91183193910620, 586877613154252, 1892886293567192 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
(n+2) * a(n) = 2^(2+floor(n/2)-floor((n+1)/2)) * (2n+1) * a(n-1) - 4 * (n-1) * a(n-2), with a(0)=1 and a(1)=2. - Sean A. Irvine, Aug 14 2019
From Vaclav Kotesovec, Jan 09 2023: (Start)
Recurrence: (n+1)*(n+2)*(2*n-3)*a(n) = 12*(2*n-1)*(2*n^2 - 2*n - 1)*a(n-2) - 16*(n-3)*(n-2)*(2*n+1)*a(n-4).
a(n) ~ 2^(n-1) * (1 + sqrt(2))^(n + 1/2) * (3 + 2*sqrt(2) + (-1)^n) / (sqrt(Pi) * n^(3/2)). (End)
MAPLE
A025176 := proc(n)
JacobiP(n, 1, 1, sqrt(2)) ;
%*2^(n/2+floor(n/2))/(n+1) ;
simplify(%) ;
end proc: # R. J. Mathar, Feb 05 2013
MATHEMATICA
Table[ 2^(n/2+Floor[ n/2 ])/(n+1)JacobiP[ n, 1, 1, Sqrt[ 2 ] ], {n, 0, 24} ]
CROSSREFS
Sequence in context: A319792 A091002 A330419 * A032315 A032224 A254710
KEYWORD
nonn
AUTHOR
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)