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!)
A068449 Factorial expansion of log(Pi/2) = sum n>0 a(n)/n!. 1
0, 0, 2, 2, 4, 1, 0, 7, 7, 3, 3, 6, 4, 10, 9, 1, 15, 2, 8, 10, 14, 6, 4, 7, 3, 3, 2, 2, 7, 26, 3, 30, 3, 31, 9, 29, 23, 12, 29, 3, 0, 12, 1, 11, 4, 13, 22, 17, 24, 33, 40, 34, 48, 27, 15, 5, 33, 33, 51, 48, 42, 46, 47, 38, 35, 30, 27, 1, 51, 52, 28, 25, 13, 30, 51, 14, 39, 12, 9, 58, 33 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
Table[If[n == 1, Floor[Log[Pi/2]], Floor[n!*Log[Pi/2]] - n*Floor[(n - 1)!*Log[Pi/2]]], {n, 1, 50}] (* G. C. Greubel, Mar 21 2018 *)
PROG
(PARI) for(n=1, 30, print1(if(n==1, floor(log(Pi/2)), floor(n!*log(Pi/2)) - n*floor((n-1)!*log(Pi/2))), ", ")) \\ G. C. Greubel, Mar 21 2018
(Magma) R:= RealField(); [Floor(Log(Pi(R)/2))] cat [Floor(Factorial(n)*Log(Pi(R)/2)) - n*Floor(Factorial((n-1))* Log(Pi(R)/2)) : n in [2..30]]; // G. C. Greubel, Mar 21 2018
CROSSREFS
Cf. A007514, A094642 (decimal expansion).
Sequence in context: A355204 A282627 A004565 * A362258 A068450 A071436
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 10 2002
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 16 01:40 EDT 2024. Contains 371696 sequences. (Running on oeis4.)