Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A137638
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A137638 Antidiagonal sums of square array A137634. +0
5
1, 3, 15, 72, 361, 1840, 9505, 49578, 260540, 1377328, 7316373, 39020372, 208809544, 1120621368, 6029023185, 32507001876, 175604614108, 950233307930, 5149691511432, 27946158749572, 151843410356906, 825949622559366 (list; graph; listen)
OFFSET

0,2

FORMULA

G.f.: A(x) = 2*(1+x)/((1+2*x + G(x))*G(x)) where G(x) = sqrt(1 - 4*x*(1+x)^2). a(n) = Sum_{k=0..n} Sum_{j=0..k} C(n-k+2*j,j)*C(n-k+2*j,k-j).

PROGRAM

(PARI) {a(n)=sum(k=0, n, sum(j=0, k, binomial(2*j+n-k, j)*binomial(2*j+n-k, k-j)))} /* Using the g.f.: */ {a(n)=local(G=sqrt(1 - 4*x*(1+x)^2 +x*O(x^n))); polcoeff(2*(1+x)/((1+2*x+G)*G), n)}

CROSSREFS

Cf. A137634, A137635, A137636, A137637.

Sequence in context: A033876 A009174 A123942 this_sequence A055837 A124543 A007142

Adjacent sequences: A137635 A137636 A137637 this_sequence A137639 A137640 A137641

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 31 2008

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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research