[go: up one dir, main page]

login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
Revision History for A122432 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A122432 Riordan array (1/(1+x)^3,x).
(history; published version)
#25 by Charles R Greathouse IV at Thu Sep 08 08:45:28 EDT 2022
PROG

(MAGMAMagma) /* As triangle */ [[(-1)^(n-k)*Binomial(n-k+2, 2): k in [1..n]]: n in [1..10]]; // G. C. Greubel, Oct 29 2017

Discussion
Thu Sep 08 08:45
OEIS Server: https://oeis.org/edit/global/2944
#24 by Michael De Vlieger at Tue Aug 09 14:17:42 EDT 2022
STATUS

proposed

approved

#23 by Michel Marcus at Tue Aug 09 12:14:43 EDT 2022
STATUS

editing

proposed

#22 by Michel Marcus at Tue Aug 09 12:14:41 EDT 2022
COMMENTS

From Wolfdieter Lang, Apr 05 2020:(: (Start)

STATUS

approved

editing

#21 by Peter Luschny at Thu Apr 30 14:43:51 EDT 2020
STATUS

reviewed

approved

#20 by Peter Luschny at Thu Apr 30 11:30:57 EDT 2020
STATUS

proposed

reviewed

#19 by Wesley Ivan Hurt at Mon Apr 20 00:23:35 EDT 2020
STATUS

editing

proposed

#18 by Wesley Ivan Hurt at Mon Apr 20 00:22:36 EDT 2020
COMMENTS

having the k xX k identity matrix I_k as the upper left block; in particular, M(0) = M. The infinite matrix product M(0)*M(1)*M(2)*..., which is clearly well-defined, is equal to A127893. - Peter Bala, Jul 22 2014

The unsigned triangle, i.e., Tup(n, k) := (-1)^(n-k)*T(n-1,k-1) = binomial(n-k+2, 2) with n >= 1, k = 1..n, gives the number of triangles of length k (in some units), for k = 1..n, in the matchstick arrangement (or tower of cards, with n cards as basis) with an enclosing triangle of length n, but only triangles with orientation (up) like the enclosing triangle are counted. The total number of matchsticks (cards) is 3*A000217(n). (See the comment by Andrew Howroyd in A085691. ). Recurrence: Tup(n., , k) = 0 for n < k, Tup(1, 1) = 1, and Tup(n. , k) = Tup(n-1, k) + n - k + 1, for n >= 2, k = 1..n. Row sums give A000292(n). (End)

FORMULA

Number triangle T(n, k)=[) = [k<=n]*(-1)^(n-k)*binomial(n-k+2, 2).

Recurrence: T(n, k) = - T(n-1, k) + (-1)^(n-k)*(n-k+1), for n >= 0, and k = = 0..n. - Wolfdieter Lang, Apr 06 2020

STATUS

proposed

editing

#17 by Wolfdieter Lang at Fri Apr 17 08:27:09 EDT 2020
STATUS

editing

proposed

#16 by Wolfdieter Lang at Mon Apr 06 13:04:57 EDT 2020
COMMENTS

The unsigned triangle, i.e., Tup(n, k) := (-1)^(n-k)*T(n-1,k) := -1) = binomial(n-k+2, 2) with n >= 1, k = 1..n, gives the number of triangles of length k (in some units), for k = 1..n, in the matchstick arrangement (or tower of cards, with n cards as basis) with an enclosing triangle of length n, but only triangles with orientation (up) like the enclosing triangle are counted. The total number of matchsticks (cards) is 3*A000217(n). (See the comment by Andrew Howroyd in A085691. Recurrence: Tup(n., k) = 0 for n < k, Tup(1, 1) = 1, and Tup(n. k) = Tup(n-1, k) + n - k + 1, for n >= 2, k = 1..n. Row sums give A000292(n). (End)

Discussion
Mon Apr 13 19:01
OEIS Server: This sequence has not been edited or commented on for a week
yet is not proposed for review.  If it is ready for review, please
visit https://oeis.org/draft/A122432 and click the button that reads
"These changes are ready for review by an OEIS Editor."

Thanks.
  - The OEIS Server

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 29 08:01 EDT 2024. Contains 375510 sequences. (Running on oeis4.)