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!)
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 (list; graph; refs; listen; history; text; internal format)
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

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 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)