A143625 Decimal expansion of the constant E_3(0) := Sum_{n >= 0} (-1)^floor(n/3)/n! = 1 + 1/1! + 1/2! - 1/3! - 1/4! - 1/5! + + + - - - ... .
2, 2, 8, 4, 9, 4, 2, 3, 8, 2, 4, 0, 9, 6, 3, 5, 2, 0, 8, 9, 9, 9, 0, 5, 0, 0, 1, 9, 2, 6, 3, 0, 8, 2, 7, 0, 2, 1, 6, 1, 5, 1, 3, 2, 6, 2, 9, 9, 4, 9, 5, 8, 9, 7, 8, 5, 9, 8, 2, 8, 8, 9, 8, 0, 0, 3, 7, 3, 7, 1, 0, 1, 5, 7, 5, 1, 9, 7, 3, 4, 5, 9, 4, 0, 3, 7, 4, 4, 9, 5, 1, 2, 5, 2, 4, 6, 3, 4, 4, 8, 8
Offset: 1
Examples
2.284942382409635208999050...
References
- Mohammad K. Azarian, A Generalization of the Climbing Stairs Problem, Mathematics and Computer Education Journal, Vol. 31, No. 1, pp. 24-28, Winter 1997.
Programs
-
Mathematica
RealDigits[ N[ (2*E^(3/2)*(Cos[Sqrt[3]/2] + Sqrt[3]*Sin[Sqrt[3]/2]) + 1)/(3*E), 105]][[1]] (* Jean-François Alcover, Nov 08 2012 *)
Extensions
Offset corrected by R. J. Mathar, Feb 05 2009
Comments