OFFSET
2,1
COMMENTS
Sequence used to build the absolute abnormal number 0.6562499999956991999... (A220190).
LINKS
G. Martin, Absolutely Abnormal Numbers, Amer. Math. Monthly 108 (2001), no. 8, 746-754.
PROG
(PARI) a(n) = {if (n==2, return (2^2)); return (n^(a(n-1)/(n-1))); }
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Marcus, Dec 07 2012
STATUS
approved