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

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

0,3

COMMENTS

Periodic zeros suppressed.

FORMULA

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

EXAMPLE

cosh(x/sqrt(1-x^2)) = 1 + 1/2*x^2 + 13/24*x^4 + 421/720*x^6 + ...

PROG

(Maxima)

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

CROSSREFS

Cf. A081439, A081440.

Sequence in context: A087872 A098890 A012023 * A100872 A012045 A012109

Adjacent sequences:  A081439 A081440 A081441 * A081443 A081444 A081445

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Mar 21 2003

EXTENSIONS

Definition corrected by Joerg Arndt, May 19 2011.

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 17 08:21 EST 2012. Contains 205998 sequences.