Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A124537
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A124537 Main diagonal of rectangular table A124530. +0
2
1, 1, 3, 16, 113, 961, 9430, 104028, 1267833, 16866694, 242836861, 3758663745, 62200007243, 1095222618881, 20433071584276, 402407118276836, 8338150233939377, 181250019817152061, 4122472220802095509 (list; graph; listen)
OFFSET

0,3

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)))))); R[n+1][n+1]}

CROSSREFS

Cf. A124530 (table).

Sequence in context: A002404 A097142 A005419 this_sequence A074523 A042437 A159606

Adjacent sequences: A124534 A124535 A124536 this_sequence A124538 A124539 A124540

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 November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research