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!)
A121566 a(n) is the denominator of Sum_{i=1..n} i!/(i^2). 1

%I #25 May 11 2019 11:48:28

%S 1,1,2,6,3,15,15,105,105,105,105,1155,1155,15015,15015,15015,15015,

%T 255255,255255,4849845,4849845,4849845,4849845,111546435,111546435,

%U 111546435,111546435,111546435,111546435,3234846615,3234846615,100280245065,100280245065

%N a(n) is the denominator of Sum_{i=1..n} i!/(i^2).

%F Denominator of Sum_{i=1..n} A000142(i)/A000290(i).

%e n=0: the empty sum is 0 by convention, so a(0)=1.

%e n=1: the sum is 1, so a(1)=1.

%e n=2: the sum is 1 + 1/2 = 3/2 so a(2) = 2.

%t Join[{1},Accumulate[Table[n!/n^2,{n,40}]]//Denominator] (* _Harvey P. Dale_, May 11 2019 *)

%o (PARI) a(n) = denominator(sum(i=1, n, i!/i^2)); \\ _Michel Marcus_, Mar 18 2018

%Y Cf. A121565 (numerator).

%K easy,frac,nonn

%O 0,3

%A _Jonathan Vos Post_, Aug 07 2006

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 September 3 17:55 EDT 2024. Contains 375674 sequences. (Running on oeis4.)