login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107675 Column 0 of triangle A107674. 1
1, 24, 2268, 461056, 160977375, 85624508376, 64363893844726, 64928246784463872, 84623205378726331245, 138408056280920732755000, 277597038523589348539241112, 670011760601512512626484887040 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

PROG

(PARI) {a(n)=local(P=matrix(n+1, n+1, r, c, if(r>=c, (r^3)^(r-c)/(r-c)!)), D=matrix(n+1, n+1, r, c, if(r==c, r))); (P^-1*D^2*P)[n+1, 1]}

CROSSREFS

Cf. A107671, A107674, A107676.

Sequence in context: A194472 A001501 A054005 * A173115 A202927 A008977

Adjacent sequences:  A107672 A107673 A107674 * A107676 A107677 A107678

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 07 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 19:13 EST 2012. Contains 206085 sequences.