Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A135594
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A135594 a(n) = (1/2^n) * sum_{i=0..n}(-1)^(n-i)* binomial(n, i) * A000364(i). +0
1
1, 0, 1, 6, 73, 1380, 37801, 1417626, 69802993, 4369750440, 339034806001, 31935510092046, 3590398569115513, 474937566660074700, 73024143791301120601, 12914495107705743175266, 2603190607000627341985633 (list; graph; listen)
OFFSET

0,4

REFERENCES

I. P. Goulden and D. M. Jackson, Combinatorial Enumeration, Wiley, N.Y., 1983, Exercise 4.2.2.(b).

MAPLE

A000364 := proc(n) option remember ; (2*n)!*coeftayl(sec(x), x=0, 2*n) ; end: A135594 := proc(n) add((-1)^(n-i)*binomial(n, i)*A000364(i), i=0..n)/2^n ; end: seq(A135594(n), n=0..20) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Mar 14 2008

f:=sec(z): fser:=series(f, z=0, 63): for n from 0 to 60 do b[n]:=factorial(n)*coeff(fser, z, n) end do: a:= proc(n) options operator, arrow: add((-1)^(n-k)*binomial(n, k)*b[2*k], k=0..n)/2^n end proc: seq(a(n), n=0..16); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 17 2008

CROSSREFS

Cf. A005799.

Sequence in context: A105324 A041060 A089926 this_sequence A058793 A066171 A057783

Adjacent sequences: A135591 A135592 A135593 this_sequence A135595 A135596 A135597

KEYWORD

easy,nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)Eunet.yu), Feb 25 2008

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl) and Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 03 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research