Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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 A155170

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A155170 Triangle T(n, k) = k! - n! + (n-k)! read by rows.
(history; published version)
#12 by Michel Marcus at Mon Feb 08 05:18:40 EST 2021
STATUS

reviewed

approved

#11 by Joerg Arndt at Mon Feb 08 02:52:58 EST 2021
STATUS

proposed

reviewed

#10 by Michel Marcus at Mon Feb 08 02:13:52 EST 2021
STATUS

editing

proposed

#9 by Michel Marcus at Mon Feb 08 02:13:47 EST 2021
COMMENTS

Row sums are: {: 1, 2, 2, -4, -52, -412, -3292, -28492, -270412, -2810572, -31840972, ...}., ...

STATUS

proposed

editing

#8 by G. C. Greubel at Sun Feb 07 23:34:43 EST 2021
STATUS

editing

proposed

#7 by G. C. Greubel at Sun Feb 07 23:34:37 EST 2021
CROSSREFS

Cf. A000142, A003422, A176151, A176152.

#6 by G. C. Greubel at Sun Feb 07 23:33:23 EST 2021
NAME

Triangle T(n,m)= m, k) = k! - n! + (n-mk)! read by rows, 0<=m<=n.

DATA

1, 1, 1, 1, 0, 1, 1, -3, -3, 1, 1, -17, -20, -17, 1, 1, -95, -112, -112, -95, 1, 1, -599, -694, -708, -694, -599, 1, 1, -4319, -4918, -5010, -5010, -4918, -4319, 1, 1, -35279, -39598, -40194, -40272, -40194, -39598, -35279, 1, 1, -322559, -357838, -362154, -362736, -362736, -362154, -357838, -322559, 1

COMMENTS

Row sums are : {1, 2, 2, -4, -52, -412, -3292, -28492, -270412, -2810572, -31840972,..., ...}.

LINKS

G. C. Greubel, <a href="/A155170/b155170.txt">Rows n = 0..100 of the triangle, flattened</a>

FORMULA

sumSum_{mk=0..n} T(n,, m) = 2*A003422(n+1)-) - A000142(n+1). - ). - _R. J. Mathar, _, Jun 24 2011

EXAMPLE

Triangle begins as:

1;

1, , 1;

1, , 0, , 1;

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

1, -, -17, -, -20, -, -17, , 1;

1, -, -95, -, -112, -, -112, -, -95, , 1;

1, -, -599, -, -694, -, -708, -, -694, -, -599, , 1;

1, -, -4319, -, -4918, -, -5010, -, -5010, -, -4918, -, -4319, , 1;

1, -, -35279, -, -39598, -, -40194, -, -40272, -, -40194, -, -39598, -, -35279, , 1;

1, -322559, -357838, -362154, -362736, -362736, -362154, -357838, -322559, 1;

MATHEMATICA

Table[Table[ m! - k! -n! + (-m + ! +(n-k)!, {m, 0, n}], {n, 0, 12}, {k, 0, 10}]; n}]//Flatten

Flatten[%]

PROG

(Sage) f=factorial; flatten([[f(n-k) -f(n) +f(k) for k in (0..n)] for n in (0..12)]) # G. C. Greubel, Feb 07 2021

(Magma) F:=Factorial;; [F(n-k) -F(n) +F(k): k in [0..n], n in [0..12]]; // G. C. Greubel, Feb 07 2021

CROSSREFS

Cf. A176151, A176152.

STATUS

approved

editing

#5 by Russ Cox at Fri Mar 30 17:34:32 EDT 2012
AUTHOR

_Roger L. Bagula (rlbagulatftn(AT)yahoo.com), _, Jan 21 2009

Discussion
Fri Mar 30 17:34
OEIS Server: https://oeis.org/edit/global/158
#4 by Joerg Arndt at Fri Jun 24 11:07:15 EDT 2011
STATUS

reviewed

approved

#3 by R. J. Mathar at Fri Jun 24 09:58:12 EDT 2011
STATUS

proposed

reviewed

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 September 12 07:57 EDT 2024. Contains 375850 sequences. (Running on oeis4.)