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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100325 Antidiagonal sums of square array A100324, which lists the self-convolutions of SHIFT(A003169). 1
1, 2, 6, 25, 130, 774, 5009, 34231, 242988, 1773767, 13229272, 100362848, 772016385, 6007208105, 47198747457, 373929821070, 2983774582206, 23958802697161, 193448157014605, 1569625544848531, 12791865082236462 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

G.f. A(x) = (1+G003169(x))/(1-x-x*G003169(x)), where G003169(x) is the g.f. of A003169.

PROG

(PARI) {a(n)=local(A=1+x+x*O(x^n)); if(n==0, 1, for(i=1, n, A=1+x*A/(2-A)^2); sum(k=0, n, polcoeff(A^(n-k+1), k)))}

CROSSREFS

Cf. A003169, A100324.

Sequence in context: A030921 A132290 A030933 * A020112 A143917 A009326

Adjacent sequences:  A100322 A100323 A100324 * A100326 A100327 A100328

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 17 2004

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 15 23:53 EST 2012. Contains 205860 sequences.