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!)
A278868 Second series of Hankel determinants based on hyperfactorial/4. 2
1, 1, 6183, 5772211367657472, 76148812142946816440318638031477145600000, 3940613226283843476344831941863494501303228636304800836707599745608602091520000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
It would be useful to know the formula for this sequence.
LINKS
MAPLE
a:= n-> LinearAlgebra[Determinant](Matrix(n, (i, j)->
(t-> mul(k^k, k=0..t)/4)(i+j))):
seq(a(n), n=0..6); # Alois P. Heinz, Nov 29 2016
MATHEMATICA
Table[Det[Table[Hyperfactorial[i + j]/4, {i, n}, {j, n}]], {n, 6}].
CROSSREFS
Sequence in context: A214556 A114930 A068757 * A255791 A186602 A031836
KEYWORD
nonn
AUTHOR
Karol A. Penson, Nov 29 2016
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)