VOOZH
about
URL: https://oeis.org/A094795
⇱ A094795 - OEIS
login
A094795
a(n) = (1/n!)*
A023043
(n).
6
265, 2119, 9403, 30637, 81901, 190435, 398959, 770713, 1395217, 2394751, 3931555, 6215749, 9513973, 14158747, 20558551, 29208625, 40702489, 55744183, 75161227, 99918301, 131131645, 170084179, 218241343, 277267657, 349044001, 435685615
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
0,1
LINKS
Table of n, a(n) for n=0..25.
Milan Janjic,
Enumerative Formulas for Some Functions on Finite Sets
Index entries for linear recurrences with constant coefficients
, signature (7,-21,35,-35,21,-7,1).
FORMULA
a(n) = n^6 + 15*n^5 + 100*n^4 + 355*n^3 + 694*n^2 + 689*n + 265.
G.f.: -(265 + 264*x + 135*x^2 + 40*x^3 + 15*x^4 + x^6)/(x-1)^7. -
R. J. Mathar
, Nov 15 2019
P-recursive: n*a(n) = (n+7)*a(n-1) - a(n-2) with a(0) = 265 and a(1) = 2119. Cf.
A094791
. -
Peter Bala
, Jul 25 2021
MATHEMATICA
LinearRecurrence[{7, -21, 35, -35, 21, -7, 1}, {265, 2119, 9403, 30637, 81901, 190435, 398959}, 30] (*
Harvey P. Dale
, Aug 29 2023 *)
CROSSREFS
Cf.
A001563
,
A001564
,
A001565
,
A001688
,
A001689
,
A023043
.
Cf.
A094791
,
A094792
,
A094793
,
A094794
.
Sequence in context:
A202471
A202464
A183247
*
A023043
A211719
A210120
Adjacent sequences:
A094792
A094793
A094794
*
A094796
A094797
A094798
KEYWORD
nonn
,
easy
AUTHOR
Benoit Cloitre
, Jun 11 2004
STATUS
approved