Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A002627

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
a(n) = n*a(n-1) + 1, a(0) = 0.
(history; published version)
#175 by Michael De Vlieger at Mon May 20 13:50:17 EDT 2024
STATUS

proposed

approved

#174 by Michel Marcus at Mon May 20 12:01:00 EDT 2024
STATUS

editing

proposed

#173 by Michel Marcus at Mon May 20 12:00:54 EDT 2024
FORMULA

a(m) = int(Integral_{s=0..oo} ((1+s)^m - s^m)*exp(-s), s=0..infinity) = GAMMA(m+1,1) * exp(1) - GAMMA(m+1). - Stephen Crowley, Jul 24 2009

E.g.f.: Q(0)/(1-x), where Q(k)= 1 + (x-1)*k!/(1 - x/(x + (x-1)*(k+1)!/Q(k+1))); (continued fraction). (End)

(End)

Limit_{n -> infinityoo} a(n)/n! = exp(1) - 1. - Carmine Suriano, Jul 01 2015

STATUS

proposed

editing

#172 by Michael De Vlieger at Mon May 20 11:55:13 EDT 2024
STATUS

editing

proposed

#171 by Michael De Vlieger at Mon May 20 11:55:05 EDT 2024
LINKS

E. Elena Barcucci, A. Alberto Del Lungo , and R. Renzo Pinzani, <a href="http://dx.doi.org/10.1016/0304-3975(95)00199-9">"Deco" polyominoes, permutations and random generation</a>, Theoretical Computer Science, 159, 1996, 29-42.

J. Jimmy Devillet, <a href="https://arxiv.org/abs/1712.07856">Bisymmetric and quasitrivial operations: characterizations and enumerations</a>, [math.RA] arXiv:1712.07856 (2017).

DNicholas Kapoor and P. Singh, Christopher Staecker, <a href="https://arxiv.org/A002627abs/a0026272405.pdf09009">The numbers LAhead of the Count: An Algorithm for Probabilistic Prediction of Instant Runoff (m,nIRV) and their relations with prepared Bernoulli and Eulerian numbersElections</a>, Math. Student, 20 (1952), 66-70arXiv:2405. 09009 [Annotated scanned copycs.CY], 2024. See p. 11.

Daljit Singh, <a href="/A002627/a002627.pdf">The numbers L(m,n) and their relations with prepared Bernoulli and Eulerian numbers</a>, Math. Student, 20 (1952), 66-70. [Annotated scanned copy]

STATUS

approved

editing

#170 by Michael De Vlieger at Mon Apr 15 12:59:44 EDT 2024
STATUS

reviewed

approved

#169 by Michel Marcus at Mon Apr 15 12:57:01 EDT 2024
STATUS

proposed

reviewed

#168 by Michael De Vlieger at Mon Apr 15 12:48:04 EDT 2024
STATUS

editing

proposed

#167 by Michael De Vlieger at Mon Apr 15 12:48:02 EDT 2024
LINKS

Jun Yan, <a href="https://arxiv.org/abs/2404.07958">Results on pattern avoidance in parking functions</a>, arXiv:2404.07958 [math.CO], 2024. See p. 5.

STATUS

approved

editing

#166 by Charles R Greathouse IV at Thu Sep 08 08:44:31 EDT 2022
PROG

(MAGMAMagma) I:=[1]; [0] cat [n le 1 select I[n] else n*Self(n-1)+1:n in [1..21]]; // Marius A. Burtea, Aug 07 2019

Discussion
Thu Sep 08
08:44
OEIS Server: https://oeis.org/edit/global/2944