Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121372
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121372 Triangle, read by rows of length A003056(n) for n>=1, defined by the recurrence: T(n,k) = T(n-k,k-1) - T(n-k,k) for n>k>1, with T(n,1)=(-1)^(n-1) for n>=1. +0
1
1, -1, 1, 1, -1, -1, 1, 0, -1, 0, 1, 1, 1, -1, -1, -1, 0, 1, 0, -1, -1, 0, 2, 1, 1, 1, -1, -1, -1, -1, 1, 0, 1, 0, -2, -1, -1, 0, 2, 1, 1, 1, -2, 0, 1, -1, -1, 2, 1, -1, 1, 0, -2, -1, 0, -1, 0, 3, 1, -1, 1, 1, -3, -2, 1, -1, -1, 2, 1, -1, 1, 0, -3, -1, 2, 1, -1, 0, 4, 2, -1, -1, 1, 1, -3, -1, 2, 0, -1, -1, 3, 1, -3, -1, 1, 0, -4, -2, 2, 1, -1, 0, 4, 2, -3 (list; table; graph; listen)
OFFSET

1,23

COMMENT

Row sums equal A003406 (offset 1), the expansion of Ramanujan's function: R(x) = 1 + Sum_{n>=1} { x^(n*(n+1)/2) / ((1+x)(1+x^2)(1+x^3)...(1+x^n)) }.

FORMULA

G.f. of column k: x^(k*(k+1)/2) / ((1+x)(1+x^2)(1+x^3)...(1+x^k)) for k>=1.

EXAMPLE

Triangle begins:

1;

-1;

1, 1;

-1,-1;

1, 0;

-1, 0, 1;

1, 1,-1;

-1,-1, 0;

1, 0,-1;

-1, 0, 2, 1;

1, 1,-1,-1;

-1,-1, 1, 0;

1, 0,-2,-1;

-1, 0, 2, 1;

1, 1,-2, 0, 1;

-1,-1, 2, 1,-1;

1, 0,-2,-1, 0;

-1, 0, 3, 1,-1;

1, 1,-3,-2, 1;

-1,-1, 2, 1,-1;

PROGRAM

(PARI) {T(n, k)=if(n<k|k<1, 0, if(n==1, 1, T(n-k, k-1)-T(n-k, k)))}

CROSSREFS

Cf. A003406, A008289.

Sequence in context: A037912 A056980 A005094 this_sequence A123706 A025452 A054977

Adjacent sequences: A121369 A121370 A121371 this_sequence A121373 A121374 A121375

KEYWORD

sign,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jul 24 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 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research