Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A132879
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A132879 a(n) = A132878(n)/[(n+1)*(n+2)/2] for n>=0, where A132878 is column 1 of triangle A132870. +0
5
1, 2, 12, 224, 10480, 953192, 142380112, 31483710848, 9628770928896, 3883258826234432, 1993590236304413824, 1267882998458215791104, 977550890979543106650112, 897784324116559558728995584 (list; graph; listen)
OFFSET

0,2

COMMENT

Triangle T=A132875 obeys: the g.f. of row n of T^n = (y + n*(n+1))^n for n>=0.

PROGRAM

(PARI) {a(n)=local(M=Mat([1, 0; 1, 1]), N, L); for(i=1, n, N=M; M=matrix(#N+1, #N+1, r, c, if(r>=c, if(r<=#N, (N^(#N))[r, c], polcoeff((x+(#M)*(#M+1))^(#M), c-1)))); L=sum(i=1, #M, -(M^0-M)^i/i); M=sum(i=0, #M, (L/#N)^i/i!); ); M[n+2, 2]*2/(n+1)/(n+2)}

CROSSREFS

Cf. A132875, A132876, A132877, A132878.

Sequence in context: A092124 A009525 A009683 this_sequence A101712 A009272 A013141

Adjacent sequences: A132876 A132877 A132878 this_sequence A132880 A132881 A132882

KEYWORD

nonn

AUTHOR

Paul D Hanna (pauldhanna(AT)juno.com), Sep 29 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research