[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 A344381 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A344381 Triangle read by rows: T(n,k) = (n+2) * (Sum_{i=k..n} i!) / ((k+2) * k!) for 0 <= k <= n with T(i,j) = 0 if j < 0 or i < j.
(history; published version)
#12 by N. J. A. Sloane at Thu Jun 24 02:16:56 EDT 2021
STATUS

proposed

approved

#11 by Sean A. Irvine at Sat Jun 12 22:23:43 EDT 2021
STATUS

editing

proposed

#10 by Sean A. Irvine at Sat Jun 12 22:23:39 EDT 2021
FORMULA

Row sums are p(n; 1): {): 1, 4, 13, 46, 199, 1072, ...}., ....

Alternating row sums are p(n; -1): {): 1, 2, 5, 14, 55, 286, ...}., ....

STATUS

proposed

editing

#9 by Amiram Eldar at Sat Jun 12 16:17:09 EDT 2021
STATUS

editing

proposed

#8 by Amiram Eldar at Sat Jun 12 16:17:05 EDT 2021
MATHEMATICA

T[n_, k_] := (n + 2) * Sum[i!, {i, k, n}]/((k + 2)*k!); Table[T[n, k], {n, 0, 9}, {k, 0, n}] // Flatten (* Amiram Eldar, Jun 12 2021 *)

STATUS

proposed

editing

#7 by Werner Schulte at Mon May 17 04:00:13 EDT 2021
STATUS

editing

proposed

#6 by Werner Schulte at Mon May 17 03:57:53 EDT 2021
COMMENTS

There is a relationship to the left factorials A003422. (see formula).

FORMULA

T(n,k) = (n+2) * (A003422(n+1)-A003422(k)) / ((k+2) * k!) for 0 <= k <= n.

Discussion
Mon May 17 03:59
Werner Schulte: Sorry, I forgot the first formula.
#5 by Joerg Arndt at Mon May 17 02:24:36 EDT 2021
STATUS

proposed

editing

#4 by Werner Schulte at Sun May 16 12:57:36 EDT 2021
STATUS

editing

proposed

Discussion
Mon May 17 02:24
Joerg Arndt: Saying "There is a relationship to the left factorials A003422." but not giving the slightest indication what it may be is not nice to the reader.
#3 by Werner Schulte at Sun May 16 12:55:42 EDT 2021
COMMENTS

There is a relationship to the left factorials A003422.

EXAMPLE

The matrix inverse M (n,k), 0 <= k <= n, begins:

CROSSREFS

Cf. A003422, A051403 (column 0).

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 30 07:09 EDT 2024. Contains 375532 sequences. (Running on oeis4.)