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
1, 1, 2, 6, 3, 15, 15, 105, 105, 105, 105, 1155, 1155, 15015, 15015, 15015, 15015, 255255, 255255, 4849845, 4849845, 4849845, 4849845, 111546435, 111546435, 111546435, 111546435, 111546435, 111546435, 3234846615, 3234846615, 100280245065, 100280245065 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Denominator of Sum_{i=1..n} A000142(i)/A000290(i).
EXAMPLE
n=0: the empty sum is 0 by convention, so a(0)=1.
n=1: the sum is 1, so a(1)=1.
n=2: the sum is 1 + 1/2 = 3/2 so a(2) = 2.
MATHEMATICA
Join[{1}, Accumulate[Table[n!/n^2, {n, 40}]]//Denominator] (* Harvey P. Dale, May 11 2019 *)
PROG
(PARI) a(n) = denominator(sum(i=1, n, i!/i^2)); \\ Michel Marcus, Mar 18 2018
CROSSREFS
Cf. A121565 (numerator).
Sequence in context: A330252 A368823 A372000 * A056839 A302033 A337643
KEYWORD
easy,frac,nonn
AUTHOR
Jonathan Vos Post, Aug 07 2006
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)