login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126340 Largest coefficient of q in { [x^n] W(x,q) } where W(x,q) = exp( q*x*W(q*x,q) ); largest term in rows of triangle A126265. 0
1, 1, 2, 6, 28, 245, 2100, 26502, 371616, 6565104, 125017200, 2888063640, 71356079520, 2012272702440, 60689867021784, 2032123676705850, 72464991800160960, 2806386304260520800, 115406148262413677760 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

EXAMPLE

a(n) appears to be divisible by n for n>0:

a(n)/n = [1,1,2,7,49,350,3786,46452,729456,12501720,262551240,...].

PROG

(PARI) {a(n)=local(W=1+x, V, H); for(i=0, n, W=exp(subst(x*W, x, q*x+x*O(x^n)))); V=Vec(Vec(W)[n+1]*n!+O(q^(n*(n+1)/2+1))); H=0; for(k=1, #V, if(V[k]>H, H=V[k])); H}

CROSSREFS

Cf. A126265.

Sequence in context: A118025 A119966 A002047 * A136639 A027109 A107375

Adjacent sequences:  A126337 A126338 A126339 * A126341 A126342 A126343

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 25 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 22:50 EST 2012. Contains 205684 sequences.