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!)
A112008 Fourth diagonal of second-order Eulerian triangle A008517. Fourth column (m=3) of triangle A112007. 5
1, 52, 1452, 32120, 644020, 12440064, 238904904, 4642163952, 92199790224, 1883079661824, 39689578055808, 865023253219584, 19515249341231616, 455924361142656000, 11030149104146035200, 276260563641659673600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n)=A112007(n+3, 3), n>=0.
a(n)= (n+7)*a(n-1) + (n+1)*A002539(n+1), n>=1, a(0)=1.
Contribution from Johannes W. Meijer, Oct 16 2009: (Start)
a(n) = sum((-1)^(n+k)*binomial(2*n+9,k)*stirling1(n-k+8,4-k), k=0..3)
(End)
EXAMPLE
1452= a(2) = 9*52 + 3*328.
CROSSREFS
Cf. A002539 (3rd diagonal of A008517; third column of A112007).
Contribution from Johannes W. Meijer, Oct 16 2009: (Start)
Equals fourth left hand column of A163936.
(End)
Sequence in context: A035721 A035798 A017715 * A275102 A004342 A230530
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Sep 12 2005
STATUS
approved

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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)