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

%I #6 Oct 18 2014 00:24:32

%S 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,

%T 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,

%U 6,7,0,4,8,1,6,0,6,6,5,8,2,0,8,7,2,9

%N Decimal expansion of r = sum{(floor(n/5)!)^5/n!, n >= 0}.

%H Clark Kimberling, <a href="/A248685/b248685.txt">Table of n, a(n) for n = 1..1000</a>

%F r = sum{(n!^5)*p(5,n)/(5*n + 4)!, n >= 0}, where p(k,n) is defined at A248664.

%e r = 2.71829122423905735499923669685865...

%t x = N[Sum[(Floor[n/2])!^2/n!, {n, 0, 200}], 120]

%t RealDigits[x][[1]] (* A248682 *)

%t x = N[Sum[(Floor[n/3])!^3/n!, {n, 0, 200}], 120]

%t RealDigits[x][[1]] (* A248683 *)

%t x = N[Sum[(Floor[n/4])!^4/n!, {n, 0, 200}], 120]

%t RealDigits[x][[1]] (* A248684 *)

%t x = N[Sum[(Floor[n/5])!^5/n!, {n, 0, 200}], 120]

%t RealDigits[x][[1]] (* A248685 *)

%Y Cf. A248682, A248683, A248684, A248664.

%K nonn,easy,cons

%O 1,1

%A _Clark Kimberling_, Oct 11 2014

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 23 07:16 EDT 2024. Contains 371905 sequences. (Running on oeis4.)