OFFSET
1,1
COMMENTS
Conjectured to be irrational, transcendental and normal, none have been shown. Product is sometimes taken from n=1, leading to half the stated value.
LINKS
Lucian Craciun, Table of n, a(n) for n = 1..10000
StackExchange, Is Product_{n>=0} (1+1/n!) = e^2?, Apr 06 2013
StackExchange, How to compute Product_{n>=1} (1+1/n!)?, Aug 05 2013
Wolfram Alpha, Product_{n>=0} (1+1/n!)
EXAMPLE
7.3643082723672572563727725096310530956542568360689...
MAPLE
evalf(product(1+1/n!, n = 0..infinity), 100) # Lucian Craciun, Feb 17 2017
MATHEMATICA
RealDigits[Product[1+1/n!, {n, 0, 75}], 10, 106][[1]] (* Robert G. Wilson v, Mar 19 2014 *)
PROG
(PARI) prodinf(n=1, 1+1/gamma(n)) \\ Charles R Greathouse IV, Nov 13 2014
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Frederick Reckless, Mar 03 2014
EXTENSIONS
Added more digits from b-file, so as to cover exactly three full rows of text. - Lucian Craciun, Feb 22 2017
STATUS
approved