1, 1, 2, 3, 4, 5
OEIS: A028310
Formula: lambda n: 1 if n <= 2 else n - 1
Serie: 1 + x + (x - 1)*exp(x)