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!)
A248683 Decimal expansion of r = sum{(floor(n/3)!)^3/n!, n >= 0}. 4
2, 7, 3, 0, 2, 5, 6, 3, 7, 6, 9, 6, 3, 3, 6, 1, 3, 8, 5, 8, 0, 4, 9, 8, 3, 2, 7, 4, 4, 7, 7, 1, 9, 7, 6, 2, 7, 1, 9, 7, 1, 2, 4, 1, 6, 3, 0, 1, 5, 9, 6, 2, 6, 9, 3, 2, 7, 0, 5, 2, 5, 1, 6, 3, 7, 6, 0, 2, 6, 1, 9, 7, 5, 9, 1, 8, 6, 8, 3, 7, 1, 4, 6, 1, 7, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
r = sum{(n!^3)*p(3,n)/(3*n + 2)!, n >= 0}, where p(k,n) is defined at A248664.
EXAMPLE
r = 2.7302563769633613858049832744771976271...
MATHEMATICA
RealDigits[Sum[(Floor[n/3])!^3/n!, {n, 0, 400}], 10, 111][[1]]
PROG
(PARI) suminf(n=0, ((n\3)!)^3/n!) \\ Michel Marcus, Feb 23 2016
CROSSREFS
Sequence in context: A282655 A282803 A341093 * A110987 A199740 A229952
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 18 04:24 EDT 2024. Contains 371767 sequences. (Running on oeis4.)