login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A012023 E.g.f.: cos(sin(arctan(x))) (even powers). 0
1, -1, 13, -421, 25369, -2449801, 346065061, -67243537453, 17192488230961, -5593309059948049, 2255588021494237501, -1103994926592923677621, 644587811150505183179593, -442516027690815793746696601 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n)=(2*n)!*(-1)^n*sum(j=0..n, binomial(n-1,n-j)/(2*j)!). [From Vladimir Kruchinin, May 19 2011]

EXAMPLE

cos(sin(arctan(x)))=1-1/2!*x^2+13/4!*x^4-421/6!*x^6+25369/8!*x^8-+...

PROG

(Maxima)

a(n):=(2*n)!*(-1)^n*sum(binomial(n-1, n-j)/(2*j)!, j, 0, n); [From Vladimir Kruchinin, May 19 2011]

CROSSREFS

Sequence in context: A087872 A098890 * A081442 A100872 A012045 A012109

Adjacent sequences:  A012020 A012021 A012022 * A012024 A012025 A012026

KEYWORD

sign

AUTHOR

Patrick Demichel (dml(AT)hpfrcu03.france.hp.com)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 04:23 EST 2012. Contains 205694 sequences.