[go: up one dir, main page]

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!)
Revision History for A322190 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A322190 E.g.f.: A(x,y) = (cosh(x)*cosh(y) + sinh(x) + sinh(y)) / (1 - sinh(x)*sinh(y)), where A(x,y) = Sum_{n>=0} Sum_{k>=0} T(n,k) * x^n*y^k/(n!*k!), as a square table of coefficients T(n,k) read by antidiagonals.
(history; published version)
#55 by Alois P. Heinz at Sat Dec 29 10:35:11 EST 2018
STATUS

proposed

approved

#54 by Jean-François Alcover at Sat Dec 29 10:19:20 EST 2018
STATUS

editing

proposed

#53 by Jean-François Alcover at Sat Dec 29 10:18:43 EST 2018
MATHEMATICA

tt = Table[t[n-k, k], {n, 0, nmax}, {k, 0, nmax}]; n}] // Flatten (* _Jean-François Alcover_, Dec 26 2018 *)

T[n_, k_] := tt[[n+1, k+1]];

Table[T[n-k, k], {n, 0, nmax}, {k, 0, n}] // Flatten (* Jean-François Alcover, Dec 26 2018 *)

STATUS

approved

editing

Discussion
Sat Dec 29 10:19
Jean-François Alcover: Simplified Mma code.
#52 by Michel Marcus at Wed Dec 26 10:45:03 EST 2018
STATUS

reviewed

approved

#51 by Joerg Arndt at Wed Dec 26 10:36:02 EST 2018
STATUS

proposed

reviewed

#50 by Jean-François Alcover at Wed Dec 26 09:56:53 EST 2018
STATUS

editing

proposed

#49 by Jean-François Alcover at Wed Dec 26 09:56:45 EST 2018
MATHEMATICA

nmax = 13;

t[n_, k_] := SeriesCoefficient[(Cosh[x] Cosh[y] + Sinh[x] + Sinh[y])/(1 - Sinh[x] Sinh[y]), {x, 0, n}, {y, 0, k}] n! k!;

tt = Table[t[n, k], {n, 0, nmax}, {k, 0, nmax}];

T[n_, k_] := tt[[n+1, k+1]];

Table[T[n-k, k], {n, 0, nmax}, {k, 0, n}] // Flatten (* Jean-François Alcover, Dec 26 2018 *)

STATUS

approved

editing

#48 by Paul D. Hanna at Sat Dec 22 04:18:59 EST 2018
STATUS

editing

approved

#47 by Paul D. Hanna at Sat Dec 22 04:18:56 EST 2018
FORMULA

E.g.f.: A(x,y) = C(x,y) + S(x,y) such that the following identities holdshold.

STATUS

approved

editing

#46 by Paul D. Hanna at Sat Dec 22 04:16:41 EST 2018
STATUS

editing

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 August 31 07:15 EDT 2024. Contains 375552 sequences. (Running on oeis4.)