OFFSET
1,2
COMMENTS
This number was called the Pomerance Number, after Carl Pomerance, in the paper by Bailey and Crandall referenced here. The paper by Martin contains a suggestion in its the Acknowledgements section by Carl Pomerance that the number might be "absolutely abnormal".
REFERENCES
G. Harman, One hundred years of normal numbers, in M. A. Bennett et al., eds., Number Theory for the Millennium, II (Urbana, IL, 2000), 149-166, A K Peters, Natick, MA, 2002.
LINKS
Robert G. Wilson v, Table of n, a(n) for n = 1..10000.
D. H. Bailey and R. E. Crandall, On the random character of fundamental constant expansions
G. Martin, Absolutely abnormal numbers arXiv:math/0006089 [math.NT], 2000; American Mathematical Monthly 108 (October):746-754.
EXAMPLE
1.250021433470507544581618655692730516577534706218865768307...
MATHEMATICA
RealDigits[ Sum[1/(n!)^(n!), {n, 4}], 10, 111][[1]] (* Robert G. Wilson v, Feb 26 2008 *)
PROG
(PARI) suminf(n=1, 1/(n!^n!)) \\ Michel Marcus, Dec 22 2016
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Mark Hudson (mrmarkhudson(AT)hotmail.com), Nov 08 2004
EXTENSIONS
Edited by N. J. A. Sloane, May 16 2008 at the suggestion of R. J. Mathar
STATUS
approved