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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060943 n!^n * sum{k=1 to n}[1/k^n]. 1
1, 5, 251, 357904, 25795462624, 141727869124448256, 83296040059942781485105152, 7013444132843374500928464765799366656 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,30

EXAMPLE

a(3) = 6^3 *(1 + 1/2^3 + 1/3^3) = 251.

PROG

(PARI) { default(realprecision, 100); for (n=1, 30, write("b060943.txt", n, " ", n!^n * sum(k=1, n, 1/k^n)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 14 2009]

CROSSREFS

Sequence in context: A142202 A042219 A198600 * A002770 A069071 A181397

Adjacent sequences:  A060940 A060941 A060942 * A060944 A060945 A060946

KEYWORD

easy,nonn

AUTHOR

Leroy Quet May 07 2001

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 15:20 EST 2012. Contains 205823 sequences.