Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A097422
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A097422 Sum{k=1 to n} H(k) k!, where H(k) = sum{j=1 to k} 1/j. +0
2
0, 1, 4, 15, 65, 339, 2103, 15171, 124755, 1151331, 11779971, 132323811, 1618766691, 21421525731, 304887173091, 4644050174691, 75378332568291, 1298783923147491, 23675771981669091, 455240918799307491 (list; graph; listen)
OFFSET

0,3

COMMENT

H(k) k! = s(k+1,2), where s() is an unsigned Stirling number of the first kind (A000254).

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

EXAMPLE

a(3) = 1*1 + (1 +1/2)*2 + (1 +1/2 +1/3)*6 = 15

MATHEMATICA

a[n_] := Sum[ HarmonicNumber[k]k!, {k, 1, n}]; Table[ a[n], {n, 0, 20}] (from Robert G. Wilson v Aug 26 2004)

PROGRAM

(PARI) hh(n)=sum(i=1, n, 1/i); ff(n)=sum(k=1, n, hh(k)*k!); for (i=1, 30, print1(ff(i), ", ")) (Bouayoun)

CROSSREFS

Cf. A000254.

Sequence in context: A124541 A134597 A007526 this_sequence A102129 A164310 A011967

Adjacent sequences: A097419 A097420 A097421 this_sequence A097423 A097424 A097425

KEYWORD

easy,nonn

AUTHOR

Leroy Quet Aug 21 2004

EXTENSIONS

More terms from Mohammed Bouayoun (mohammed.bouayoun(AT)sanef.com) and Robert G. Wilson v, Aug 23 2004

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 December 8 08:31 EST 2009. Contains 170430 sequences.


AT&T Labs Research