login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128045 a(n) = denominator of b(n), where b(1) = 1, b(n) = sum{k=1 to n-1} b(n-k) * H(k); H(k) = sum{j=1 to k} 1/j, the k-th harmonic number. 1
1, 1, 2, 6, 2, 5, 360, 2520, 1680, 15120, 2700, 11880, 9979200, 8648640, 18345600, 2476656000, 27243216000, 714714000, 427508928000, 1160381376000, 1055947052160000, 22174888095360000, 38718058579200, 141031842336000 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

MATHEMATICA

f[l_List] := Block[{n = Length[l] + 1}, Append[l, Sum[l[[n - k]]*HarmonicNumber[k], {k, n - 1}]]]; Denominator[Nest[f, {1}, 24]] (*Chandler*)

CROSSREFS

Cf. A128044.

Sequence in context: A064850 A151853 A196201 * A011325 A010696 A021796

Adjacent sequences:  A128042 A128043 A128044 * A128046 A128047 A128048

KEYWORD

nonn,frac

AUTHOR

Leroy Quet Feb 11 2007

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Feb 12 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:51 EST 2012. Contains 205978 sequences.