Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A132874
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A132874 a(n) = A132873(n)/(n+1) for n>=0, where A132873 is column 1 of triangle A132870. +0
3
1, 2, 15, 358, 20345, 2156346, 365585815, 90128067086, 30329560856481, 13322196193084300, 7387988845919633171, 5041131621506567798322, 4146304098159719057889145, 4042440137878056169788228073 (list; graph; listen)
OFFSET

0,2

COMMENT

Triangle T=A132870 obeys: the g.f. of row n of T^n = (y + n^2)^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)^2)^(#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]/(n+1)}

CROSSREFS

Cf. A132870, A132871, A132872, A132873.

Sequence in context: A015200 A030642 A068391 this_sequence A071102 A060381 A145328

Adjacent sequences: A132871 A132872 A132873 this_sequence A132875 A132876 A132877

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 December 4 15:51 EST 2008. Contains 151308 sequences.


AT&T Labs Research