The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A120487 Denominator of 1^n/n + 2^n/(n-1) + 3^n/(n-2) + ... + (n-1)^n/2 + n^n/1. 0
1, 2, 3, 12, 5, 20, 35, 280, 63, 2520, 385, 27720, 6435, 8008, 45045, 720720, 85085, 4084080, 969969, 739024, 29393, 5173168, 7436429, 356948592, 42902475, 2974571600, 717084225, 80313433200, 215656441, 2329089562800, 4512611027925 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numerator is A115071(n).
Also a(n) is denominator of (n+1)^(n+1) * (H(n+1) - 1), where H(k) is harmonic number, H(k) = Sum_{i=1..k} 1/i = A001008(k)/A002805(k). - Alexander Adamchuk, Jan 02 2007
LINKS
FORMULA
a(n) = denominator(Sum_{k=1..n} k^n/(n-k+1)).
a(n) = denominator((n+1)^(n+1) * Sum_{i=2..n+1} 1/i). - Alexander Adamchuk, Jan 02 2007
MATHEMATICA
Denominator[Table[Sum[k^n/(n-k+1), {k, 1, n}], {n, 1, 50}]]
Table[ Denominator[ (n+1)^(n+1) * Sum[ 1/i, {i, 2, n+1} ] ], {n, 1, 40} ] (* Alexander Adamchuk, Jan 02 2007 *)
CROSSREFS
Sequence in context: A344541 A081369 A147967 * A237873 A069220 A301276
KEYWORD
frac,nonn
AUTHOR
Alexander Adamchuk, Jul 22 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 June 6 16:10 EDT 2024. Contains 373133 sequences. (Running on oeis4.)