Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A119786
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A119786 Numerator of the product of the n-th triangular number and the n-th harmonic number. +0
1
1, 9, 11, 125, 137, 1029, 363, 6849, 7129, 81191, 83711, 1118273, 1145993, 1171733, 1195757, 41421503, 42142223, 813635157, 275295799, 279175675, 56574159, 439143531, 1332950097, 33695573875, 34052522467, 309561680403, 312536252003 (list; graph; listen)
OFFSET

1,2

COMMENT

Also numerator of the sum of all matrix elements of n X n matrix M[i,j] = i/j, i,j=1..n.

p^3 divides a(p-1) for prime p>3, p^3 divides a(p^2-1) for prime p>3, p^3 divides a(p^3-1) for prime p>3, p^3 divides a(p^4-1) for prime p>3, ...

FORMULA

a(n) = numerator[Sum[i,{i, 1, n}] * Sum[1/j,{j, 1, n}]] = numerator[n(n+1)/2 * Sum[1/i,{i, 1, n}]] = numerator[A000217(n) * (A001008(n)/A002805(n))]. Also a(n) = numerator[Sum[Sum[i/j,{i, 1, n}],{j, 1, n}]].

MAPLE

ZL:=n->sum(sum(j/i, i=1..n), j=1..n): a:=n->floor(numer(ZL(n))): seq(a(n), n=1..27); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 14 2007

MATHEMATICA

Numerator[Table[n(n+1)/2*Sum[1/i, {i, 1, n}], {n, 1, 50}]]. Numerator[Table[Sum[Sum[i/j, {i, 1, n}], {j, 1, n}], {n, 1, 50}]].

CROSSREFS

Cf. A000217, A001008, A002805.

Adjacent sequences: A119783 A119784 A119785 this_sequence A119787 A119788 A119789

Sequence in context: A058304 A027727 A019328 this_sequence A124606 A110647 A032687

KEYWORD

frac,nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Jun 25 2006, Jul 12 2006

EXTENSIONS

Edited by njas at the suggestion of Andrew Plewe, May 27 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 10 20:39 EDT 2008. Contains 144831 sequences.


AT&T Labs Research