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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078619 Floor(average of first n factorials). 0
1, 1, 3, 8, 30, 145, 844, 5779, 45457, 403791, 3995883, 43579692, 519229008, 6709162022, 93440175754, 1395274532769, 22235989448253, 376688084797128, 6759236101851595, 128066374705591015, 2554869984086726681 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

FORMULA

a(n) = Floor((1/n)(Sum_{i=1, ..., n} i!)

EXAMPLE

a(3) = Floor((1 + 2 + 6)/3) = 3.

MATHEMATICA

s = 0; a = {}; For[i = 1, i <= 30, i++, s = s + i!; a = Append[a, Floor[(1/i) s]]]; a

CROSSREFS

Sequence in context: A009123 A066764 A059171 * A066304 A145776 A066165

Adjacent sequences:  A078616 A078617 A078618 * A078620 A078621 A078622

KEYWORD

easy,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Dec 10 2002

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 16 05:51 EST 2012. Contains 205860 sequences.