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!)
A322196 a(n) = [x^(n+1)*y^n/((n+1)!*n!)] (cosh(x)*cosh(y) + sinh(x) + sinh(y)) / (1 - sinh(x)*sinh(y)), for n >= 0. 4
1, 2, 14, 200, 4808, 174752, 8948384, 614111360, 54420050048, 6049980273152, 824598462370304, 135229597964011520, 26270107716700325888, 5966042534096492797952, 1566190258767667468673024, 470646643220470846599495680, 160520698699963165307893219328, 61671685329051568727390505009152, 26512964135663506964369113425772544, 12678129819059978095225581054619811840 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n) = A322190(n+1,n) for n >= 0.
LINKS
FORMULA
a(n) ~ c * n^(2*n + 3/2) / (exp(2*n) * (log(1+sqrt(2)))^(2*n)), where c = 10.51378195853429294422318592930043390... - Vaclav Kotesovec, Dec 31 2018
PROG
(PARI) {A322190(n, k) = my(X=x+x*O(x^n), Y=y+y*O(y^k));
C = cosh(X)*cosh(Y)/(1 - sinh(X)*sinh(Y));
S = (sinh(X) + sinh(Y))/(1 - sinh(X)*sinh(Y));
n!*k!*polcoeff(polcoeff( C + S, n, x), k, y)}
for(n=0, 20, print1( A322190(n+1, n), ", "))
CROSSREFS
Sequence in context: A244577 A090300 A213977 * A102224 A123543 A279452
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 29 2018
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 24 19:56 EDT 2024. Contains 371963 sequences. (Running on oeis4.)