login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A248685 Decimal expansion of r = sum{(floor(n/5)!)^5/n!, n >= 0}. 4
2, 7, 1, 8, 2, 9, 1, 2, 2, 4, 2, 3, 9, 0, 5, 7, 3, 5, 4, 9, 9, 9, 2, 3, 6, 6, 9, 6, 8, 5, 8, 6, 5, 3, 7, 4, 9, 7, 8, 5, 2, 7, 3, 8, 7, 5, 9, 3, 5, 3, 5, 5, 7, 3, 1, 0, 3, 5, 4, 8, 0, 2, 5, 8, 5, 2, 4, 8, 6, 7, 0, 4, 8, 1, 6, 0, 6, 6, 5, 8, 2, 0, 8, 7, 2, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
r = sum{(n!^5)*p(5,n)/(5*n + 4)!, n >= 0}, where p(k,n) is defined at A248664.
EXAMPLE
r = 2.71829122423905735499923669685865...
MATHEMATICA
x = N[Sum[(Floor[n/2])!^2/n!, {n, 0, 200}], 120]
RealDigits[x][[1]] (* A248682 *)
x = N[Sum[(Floor[n/3])!^3/n!, {n, 0, 200}], 120]
RealDigits[x][[1]] (* A248683 *)
x = N[Sum[(Floor[n/4])!^4/n!, {n, 0, 200}], 120]
RealDigits[x][[1]] (* A248684 *)
x = N[Sum[(Floor[n/5])!^5/n!, {n, 0, 200}], 120]
RealDigits[x][[1]] (* A248685 *)
CROSSREFS
Sequence in context: A368656 A001113 A368653 * A182587 A248677 A198128
KEYWORD
nonn,easy,cons
AUTHOR
Clark Kimberling, Oct 11 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)