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!)
A248678 Decimal expansion of r = sum_{n >= 0} floor(2n/3)!/n!. 1
3, 0, 1, 0, 1, 4, 4, 8, 5, 3, 9, 9, 1, 0, 5, 2, 3, 2, 1, 9, 1, 1, 6, 4, 6, 1, 4, 8, 7, 6, 7, 7, 3, 2, 7, 6, 3, 9, 3, 1, 8, 3, 7, 7, 0, 2, 6, 1, 7, 5, 6, 1, 1, 0, 7, 9, 9, 7, 1, 8, 8, 1, 1, 9, 5, 6, 5, 8, 4, 9, 3, 9, 2, 1, 4, 0, 5, 0, 9, 3, 5, 7, 5, 6, 7, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
r = sum_{n >= 0} (9 n^2 + 14 n + 5) (2 n)!/(3 n + 2)!.
EXAMPLE
r = 3.0101448539910523219116461487677327...
MAPLE
evalf(sum(floor(2n/3)!/n!, n=0..infinity), 120); # Vaclav Kotesovec, Oct 17 2014
MATHEMATICA
x = N[Sum[Floor[2 n/3]!/n!, {n, 0, 200}], 120]
RealDigits[x][[1]] (* A248678 *)
CROSSREFS
Sequence in context: A354824 A183700 A275478 * A325268 A232630 A331569
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)