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!)
A291562 Central terms of triangle A291560: a(n) = A291560(2*n-1,n) for n>=1. 2
1, -10, 8694, -61647300, 1734021238950, -136052492985945900, 24163008287867047021500, -8459330090805576230333085000, 5291501479813583484914737466943750, -5495231184920767021604909502973944937500, 8949980571079076055152283884403171536694652500, -21844650683271846600479522545258218405196394185875000, 76989791585920262367039920605319026539360791969735659537500 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The e.g.f. G(x,k) of triangle A291560 satisfies: sin(G(x,k)) = k * sin(x).
LINKS
PROG
(PARI) {A291560(n, r) = (2*n-1)! * polcoeff( polcoeff( asin( k*sin(x + O(x^(2*n)))), 2*n-1, x), 2*r-1, k)}
for(n=1, 15, print1(A291560(2*n-1, n), ", "))
CROSSREFS
Sequence in context: A108089 A229152 A125543 * A203589 A109893 A208781
KEYWORD
sign
AUTHOR
Paul D. Hanna, Sep 08 2017
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 September 5 17:10 EDT 2024. Contains 375700 sequences. (Running on oeis4.)