%I A061464
%S A061464 1,1,4,108,6912,21600000,583200000,480290277600000,
%T A061464 31476303632793600000,16727798278915463577600000,
%U A061464 52274369621610823680000000000
%N A061464 Denominator of 1 + 1/(2^2) + 1/(3^3) + ... 1/(n^n).
%e A061464 1, 5/4, 139/108, 8923/6912,...
%p A061464 summ := 0; for n from 1 to 15 do printf("%d ", denom(summ)); if (1 =
1) then summ := summ + 1/n^n: end if; od;
%Y A061464 Cf. A061463.
%Y A061464 Sequence in context: A123056 A024263 A090205 this_sequence A107048 A002109
A076265
%Y A061464 Adjacent sequences: A061461 A061462 A061463 this_sequence A061465 A061466
A061467
%K A061464 nonn,frac,easy
%O A061464 0,3
%A A061464 Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 04 2001
%E A061464 More terms from Winston C. Yang (winston(AT)cs.wisc.edu), May 19 2001
|