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!)
A107673 a(n) = A107672(n)/(n+1)^3. 2
1, 1, 19, 1279, 190769, 50664371, 21139541089, 12783260017161, 10590309839157381, 11531675416606553251, 15987041289872773372042, 27515661456632011548886402, 57600689265868641385517070539 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
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*P)[n+1, 1]/(n+1)^3}
CROSSREFS
Sequence in context: A319025 A253127 A078955 * A130037 A047910 A357230
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 07 2005
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 18 04:56 EDT 2024. Contains 371767 sequences. (Running on oeis4.)