The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A293707 Permanent of a Hankel matrix with factorial elements. 2
2, 84, 137664, 14784353280, 159433923516825600, 247133428169618164285440000, 74871582187843476288006745227264000000, 5793842294883032778309293201687815335916339200000000, 145059336151890972759838967800541420103566785450351578316800000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[Permanent[Table[(i + j)!, {i, 1, n}, {j, 1, n}]], {n, 1, 15}]
PROG
(PARI) {a(n) = matpermanent(matrix(n, n, i, j, (i+j)!))}
for(n=1, 10, print1(a(n), ", ")) \\ Vaclav Kotesovec, Dec 21 2018
CROSSREFS
Cf. A108078.
Sequence in context: A289198 A318128 A181119 * A157315 A244947 A078166
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Apr 17 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 May 14 14:46 EDT 2024. Contains 372533 sequences. (Running on oeis4.)