Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A124538
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A124538 Antidiagonal sums of rectangular table A124530. +0
2
1, 2, 3, 5, 11, 33, 125, 551, 2695, 14258, 80343, 477161, 2964299, 19155014, 128203704, 885830074, 6302476880, 46077527307, 345590801495, 2655466079629, 20880388012659, 167861200630015, 1378589193074514, 11558511053625488 (list; graph; listen)
OFFSET

0,2

COMMENT

In table A124530, the g.f. of row n, R_n(y), simultaneously satisfies: R_n(y) = Sum_{k>=0} y^k*R_k(y)^(n*k) for n>=0.

PROGRAM

(PARI) {a(n)=local(R); R=vector(n+1, r, vector(n+1, c, if(r==1|c<=2, 1, r^(c-2)))); for(i=0, n, for(r=0, n, R[r+1]=Vec(sum(c=0, n, x^c*Ser(R[c+1])^(r*c)+O(x^(n+1)))))); sum(k=0, n, R[n-k+1][k+1])}

CROSSREFS

Cf. A124530 (table).

Sequence in context: A130166 A007097 A132745 this_sequence A124627 A064095 A061935

Adjacent sequences: A124535 A124536 A124537 this_sequence A124539 A124540 A124541

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 05 2006

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 July 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research