VOOZH
about
URL: https://oeis.org/A129149
⇱ A129149 - OEIS
login
A129149
Permutations with exactly 7 fixed points.
3
1, 0, 36, 240, 2970, 34848, 454740, 6362928, 95450355, 1527194240, 25962321528, 467321755680, 8879113408308, 177582268088640, 3729227629977720, 82043007859339296, 1886989180765048965, 45287740338360829056
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
7,3
LINKS
Vincenzo Librandi,
Table of n, a(n) for n = 7..200
Paul Barry and A. Hennessy,
Four-term Recurrences, Orthogonal Polynomials and Riordan Arrays
, Journal of Integer Sequences, 2012, article 12.4.2. - From
N. J. A. Sloane
, Sep 21 2012
Index entries for sequences related to permutations with fixed points
FORMULA
a(n) =
A008290
(n,7).
E.g.f.: exp(-x)/(1-x)*(x^7/7!). [
Zerinvary Lajos
, Apr 03 2009]
Conjecture: (-n+7)*a(n) +n*(n-8)*a(n-1) +n*(n-1)*a(n-2)=0. -
R. J. Mathar
, Nov 02 2015
O.g.f.: (1/7!)*Sum_{k>=7} k!*x^k/(1 + x)^(k+1). -
Ilya Gutkovskiy
, Apr 15 2017
D-finite with recurrence (-n+7)*a(n) +n*(n-8)*a(n-1) +n*(n-1)*a(n-2)=0. -
R. J. Mathar
, Jul 06 2023
MAPLE
a:=n->sum(n!*sum((-1)^k/(k-6)!, j=0..n), k=6..n): seq(a(n)/7!, n=6..24);
restart: G(x):=exp(-x)/(1-x)*(x^7/7!): f[0]:=G(x): for n from 1 to 26 do f[n]:=diff(f[n-1], x) od: x:=0: seq(f[n], n=7..24); #
Zerinvary Lajos
, Apr 03 2009
MATHEMATICA
With[{nn=40}, Drop[CoefficientList[Series[Exp[-x]/(1 - x) x^7/7!, {x, 0, nn}], x]Range[0, nn]!, 7]] (*
Vincenzo Librandi
, Feb 19 2014 *)
PROG
(PARI) my(x='x+O('x^66)); Vec( serlaplace(exp(-x)/(1-x)*(x^7/7!)) ) \\
Joerg Arndt
, Feb 19 2014
CROSSREFS
Cf.
A008290
,
A008291
,
A170942
.
Sequence in context:
A268794
A159921
A326347
*
A223558
A074363
A219888
Adjacent sequences:
A129146
A129147
A129148
*
A129150
A129151
A129152
KEYWORD
nonn
AUTHOR
Zerinvary Lajos
, May 25 2007
EXTENSIONS
Changed offset from 0 to 7 by
Vincenzo Librandi
, Feb 19 2014
Edited by
Joerg Arndt
, Feb 19 2014
STATUS
approved