The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A112495 Third column of triangle A112493 used for e.g.f.s of Stirling2 diagonals. 4
3, 25, 130, 546, 2037, 7071, 23436, 75328, 237127, 735813, 2260518, 6896046, 20933673, 63325051, 191088976, 575625900, 1731858075, 5206059585, 15640198410, 46966732090, 140996664733, 423191320215, 1269993390420 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 3*a(n-1)+ (n+3)*(2^(n+2)-(n+3)), n>=1, a(0)=3.
G.f.: (3-5*x)/(((1-x)^3)*((1-2*x)^2)*(1-3*x)).
a(n) = 3^(n+4)/2 - (n+6)*2^(n+3) + n^2/2 + 9*n/2 + 21/2. - Vaclav Kotesovec, Jul 23 2021
MATHEMATICA
CoefficientList[Series[(3 - 5*x)/(((1 - x)^3)*((1 - 2*x)^2)*(1 - 3*x)), {x, 0, 50}], x] (* G. C. Greubel, Nov 13 2017 *)
Table[3^(n+4)/2 - (n+6)*2^(n+3) + n^2/2 + 9*n/2 + 21/2, {n, 0, 25}] (* Vaclav Kotesovec, Jul 23 2021 *)
PROG
(PARI) x='x+O('x^50); Vec((3-5*x)/(((1-x)^3)*((1-2*x)^2)*(1-3*x))) \\ G. C. Greubel, Nov 13 2017
CROSSREFS
Cf. A000295 (second column).
Column k=2 of A124324 (shifted).
Sequence in context: A215773 A099868 A243228 * A034578 A265874 A144646
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Oct 14 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 May 30 12:02 EDT 2024. Contains 372968 sequences. (Running on oeis4.)