Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A161743
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A161743 Fourth left hand column of the RSEG2 triangle A161739 +0
6
1, 10, 73, 425, 1561, -2856, -73520, 380160, 15376416, -117209664, -7506967104, 72162155520, 7045087741056, -80246202992640, -11448278791372800, 149576169325363200, 30017051616972275712, -440857664887810867200 (list; graph; listen)
OFFSET

3,2

FORMULA

a(n) = sum(((-1)^k/((k+2)!*(k+3)!))*(n!)*A028246(n, k+3)*A008955(k+2, k), k = 0..n-3)

MAPLE

restart; nmax:=21; for n from 0 to nmax do A008955(n, 0):=1 end do: for n from 0 to nmax do A008955(n, n):=(n!)^2 end do: for n from 1 to nmax do for m from 1 to n-1 do A008955(n, m):= A008955(n-1, m-1)*n^2+A008955(n-1, m) end do: end do: for n from 1 to nmax do A028246(n, 1):=1 od: for n from 1 to nmax do A028246(n, n):=(n-1)! od: for n from 3 to nmax do for m from 2 to n-1 do A028246(n, m):=m*A028246(n-1, m)+(m-1)*A028246(n-1, m-1) od: od: for n from 3 to nmax do a(n) := sum(((-1)^k/((k+2)!*(k+3)!))*(n!)*A028246(n, k+3)* A008955(k+2, k), k=0..n-3) od: seq(a(n), n=3..nmax);

CROSSREFS

Equals fourth left hand column of A161739 (RSEG2 triangle).

Other left hand columns are A129825 and A161742.

A008955 is a central factorial number triangle.

A028246 is Worpitzky's triangle.

A001710 (n!/2!), A001715 (n!/3!), A001720 (n!/4!), A001725 (n!/5!), A001730 (n!/6!), A049388 (n!/7!), A049389 (n!/8!), A049398 (n!/9!), A051431 (n!/10!) appear in Maple program.

Sequence in context: A155606 A058111 A003366 this_sequence A016211 A055424 A159687

Adjacent sequences: A161740 A161741 A161742 this_sequence A161744 A161745 A161746

KEYWORD

easy,sign

AUTHOR

Johannes W. Meijer & Nico Baken (meijgia(AT)hotmail.com and n.h.g.baken(AT)tudelft.nl), Jun 18 2009

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 December 16 17:18 EST 2009. Contains 170825 sequences.


AT&T Labs Research