login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A144165
JacobiP[n,1,2,5].
1
1, 12, 123, 1208, 11685, 112380, 1078735, 10352592, 99411561, 955512620, 9194193987, 88570160904, 854185695181, 8246896161756, 79703725659735, 771064720616480, 7466225595842385, 72357598508103756, 701804124937158283
OFFSET
1,2
LINKS
FORMULA
Recurrence: (n+2)*(38*n-37)*a(n) = 2*(190*n^2+97*n-18)*a(n-1) - (38*n^2-59*n+72)*a(n-2) - 6*(n-2)*a(n-3) . - Vaclav Kotesovec, Oct 20 2012
a(n) ~ sqrt(360+147*sqrt(6))*(5+2*sqrt(6))^n/(36*sqrt(Pi*n)) . - Vaclav Kotesovec, Oct 20 2012
MATHEMATICA
lst={}; Do[AppendTo[lst, JacobiP[n, 1, 2, 5]], {n, 0, 6^2}]; lst
JacobiP[Range[0, 20], 1, 2, 5] (* Harvey P. Dale, Sep 23 2012 *)
CROSSREFS
Sequence in context: A127422 A278983 A079847 * A113572 A037701 A037610
KEYWORD
nonn
AUTHOR
STATUS
approved