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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122891 Column sums of triangle A122890. 1
1, 1, 3, 28, 1625, 3247268, 10649997137454, 113423713055030979289411081, 12864938683278671740537137672878980378983810317967737 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

PROG

(PARI) {A122890(n, k)=local(F=x+x^2, G=x+x*O(x^k)); if(n<0, 0, for(i=1, n, G=subst(F, x, G)); polcoeff(G, k, x))}

/* Takes first 2^m terms in column m of A122890 to compute a(m): */

{for(m=0, 8, print1(polcoeff(sum(N=1, 2^m, sum(n=0, 2^m, A122890(n, N)*x^n)*(1-x)^N+O(x^12)), m), ", "))}

CROSSREFS

Cf. A122890, A122888; A007018.

Sequence in context: A053601 A140990 A196735 * A119156 A175979 A096621

Adjacent sequences:  A122888 A122889 A122890 * A122892 A122893 A122894

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Sep 18 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 09:18 EST 2012. Contains 205614 sequences.