Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A078619
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A078619 Floor(average of first n factorials). +0
1
1, 1, 3, 8, 30, 145, 844, 5779, 45457, 403791, 3995883, 43579692, 519229008, 6709162022, 93440175754, 1395274532769, 22235989448253, 376688084797128, 6759236101851595, 128066374705591015, 2554869984086726681 (list; graph; listen)
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 this_sequence A066304 A145776 A066165

Adjacent sequences: A078616 A078617 A078618 this_sequence A078620 A078621 A078622

KEYWORD

easy,nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research