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!)
A278860 First series of Hankel determinants based on hyperfactorial. 3
1, 1, 92, 7207016256, 22448940392028699561050505216, 462177945344267713413229252637478222244311831261385379020800000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
It would be interesting to know the formula for this sequence.
LINKS
MAPLE
a:= n-> LinearAlgebra[Determinant](Matrix(n, (i, j)->
(t-> mul(k^k, k=0..t))(i+j-1))):
seq(a(n), n=0..6); # Alois P. Heinz, Nov 29 2016
MATHEMATICA
Table[Det[Table[Hyperfactorial[i + j - 1], {i, n}, {j, n}]], {n, 7}].
CROSSREFS
Sequence in context: A146515 A252631 A191948 * A283897 A097568 A086001
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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)