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!)
A193468 a(n) = A193466(n)/n for n>=1. 1
1, 1, 3, 21, 193, 2125, 32281, 655235, 15530705, 427214889, 14127457681, 542796582295, 23400843532969, 1140401734145453, 62743287535847465, 3822548966261363595, 256275705820386124321, 18923726002188870476497 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
A193466 is defined by the e.g.f.: Sum_{n>=0} x^n * Product_{k=1..n} cosh(k*x).
LINKS
PROG
(PARI) {a(n)=local(X=x+x*O(x^n), Egf); Egf=sum(m=0, n, x^m*prod(k=1, m, cosh(k*X))); if(n<1, 0, (n-1)!*polcoeff(Egf, n))}
CROSSREFS
Cf. A193467.
Sequence in context: A369783 A151388 A210670 * A132863 A202826 A212070
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 27 2011
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 April 18 21:51 EDT 2024. Contains 371781 sequences. (Running on oeis4.)