The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A144166 JacobiP[n,1,3,5]. 1
1, 14, 157, 1636, 16505, 163810, 1611309, 15768744, 153859377, 1498667990, 14583950557, 141854451788, 1379568224489, 13417231159402, 130514486317805, 1269893090519760, 12359796945574497, 120338685632742942 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Recurrence: 2*(n-1)*(n+3)*a(n) = (21*n^2+29*n-2)*a(n-1) - (12*n^2-13*n-1)*a(n-2) + (n-2)*n*a(n-3) . - Vaclav Kotesovec, Oct 20 2012
a(n) ~ sqrt(1188+485*sqrt(6))*(5+2*sqrt(6))^n/(36*sqrt(Pi*n)) . - Vaclav Kotesovec, Oct 20 2012
MATHEMATICA
lst={}; Do[AppendTo[lst, JacobiP[n, 1, 3, 5]], {n, 0, 6^2}]; lst
JacobiP[Range[0, 25], 1, 3, 5] (* Vincenzo Librandi, May 26 2013 *)
CROSSREFS
Sequence in context: A016157 A238770 A199703 * A122187 A268946 A343093
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 May 15 01:22 EDT 2024. Contains 372536 sequences. (Running on oeis4.)