login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061464 Denominator of 1 + 1/(2^2) + 1/(3^3) + ... 1/(n^n). 2
1, 1, 4, 108, 6912, 21600000, 583200000, 480290277600000, 31476303632793600000, 16727798278915463577600000, 52274369621610823680000000000, 14914487726878692033020558868480000000000 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

EXAMPLE

1, 5/4, 139/108, 8923/6912,...

MAPLE

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;

MATHEMATICA

Join[{1}, Denominator/@Table[Sum[1/i^i, {i, n}], {n, 12}]] (* From Harvey P. Dale, July 03 2011 *)

CROSSREFS

Cf. A061463.

Sequence in context: A123056 A024263 A090205 * A107048 A185702 A002109

Adjacent sequences:  A061461 A061462 A061463 * A061465 A061466 A061467

KEYWORD

nonn,frac,easy

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 04 2001

EXTENSIONS

More terms from Winston C. Yang (winston(AT)cs.wisc.edu), May 19 2001

a(12) from Harvey P. Dale, July 3 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 18:22 EST 2012. Contains 205835 sequences.