VOOZH
about
URL: https://oeis.org/A028165
⇱ A028165 - OEIS
login
A028165
Expansion of 1/((1-5x)*(1-6x)*(1-7x)*(1-8x)).
6
1, 26, 425, 5590, 64701, 688506, 6906145, 66324830, 616252901, 5580303586, 49508360265, 432061044870, 3720287489101, 31681154472266, 267320885100785, 2238337148081710, 18621251375573301, 154069635600426546
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
0,2
COMMENTS
This is the column m=2 sequence (without leading zeros) of the Sheffer triangle (exp(5*x), exp(x)-1) of the 5-restricted Stirling2 numbers
A193685
. For a proof see the column o.g.f. formula there. -
Wolfdieter Lang
, Oct 07 2011
LINKS
Table of n, a(n) for n=0..17.
Index entries for linear recurrences with constant coefficients
, signature (26, -251, 1066, -1680).
FORMULA
If we define f(m,j,x) = Sum_{k=j..m} binomial(m,k)*Stirling2(k,j)*x^(m-k) then a(n-3) = f(n,3,5), (n >= 3). -
Milan Janjic
, Apr 26 2009
a(n) = 26*a(n-1) - 251*a(n-2) + 1066*a(n-3) - 1680*a(n-4), n >= 4. -
Vincenzo Librandi
, Mar 19 2011
a(n) = 15*a(n-1) - 56*a(n-2) + 6^(n+1) - 5^(n+1), a(0)=1, a(1)=26. -
Vincenzo Librandi
, Mar 19 2011
E.g.f.: (d^3/dx^3)(exp(5*x)*((exp(x)-1)^3)/3!). See the Sheffer triangle comment above. -
Wolfdieter Lang
, Oct 07 2011
a(n) = -125*5^n/6 + 108*6^n - 343*7^n/2 + 256*8^n/3. -
R. J. Mathar
, Jun 23 2013
PROG
(PARI) Vec(1/((1-5*x)*(1-6*x)*(1-7*x)*(1-8*x))+O(x^99)) \\
Charles R Greathouse IV
, Sep 27 2012
CROSSREFS
Cf.
A000351
,
A005062
,
A019757
,
A193685
.
Cf.
A000453
,
A025211
,
A028025
,
A003468
,
A028200
,
A016109
,
A016075
,
A016094
.
Sequence in context:
A229025
A357889
A197087
*
A218896
A028131
A028120
Adjacent sequences:
A028162
A028163
A028164
*
A028166
A028167
A028168
KEYWORD
nonn
,
easy
AUTHOR
N. J. A. Sloane
STATUS
approved