Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A124235
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A124235 a(n) = numerator of (sum{k=1 to n} H(2k)(2k)!/(k!(k+n+1)!) = sum{k=0 to n-1} H(n-k)(2k)!/ (k!(k+n+1)!)), where H(k) = sum{j=1 to k} 1/j (i.e. the k-th harmonic number). +0
2
1, 1, 17, 877, 26, 6827, 12310607, 105059, 604489, 49568347, 12933671, 143562866581, 2406858923083, 35714915113, 530084035699, 7390807289267, 1031992153425439, 225749374968517, 8052704479475951909 (list; graph; listen)
OFFSET

1,3

LINKS

R. J. Mathar, Table of n, a(n) for n = 1..30

MATHEMATICA

f[n_] := Numerator[Sum[HarmonicNumber[2k]*Factorial[2k]/(Factorial[k]*Factorial[k + n + 1]), {k, n}]]; Table[f[n], {n, 21}] (*Chandler*)

PROGRAM

(PARI) H(n)={ if(n==0, 0, sum(k=1, n, 1/k)) ; }

(PARI) A124235(n)={ numerator(sum(k=1, n, H(2*k)*(2*k)!/k!/(k+n+1)!)) ; }

(PARI) A124235alt(n)={ numerator(sum(k=0, n-1, H(n-k)*(2*k)!/k!/(k+n+1)!)) ; } (Mathar)

CROSSREFS

Cf. A124236.

Adjacent sequences: A124232 A124233 A124234 this_sequence A124236 A124237 A124238

Sequence in context: A012221 A012144 A139091 this_sequence A086265 A077645 A046731

KEYWORD

frac,nonn

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), Oct 22 2006

EXTENSIONS

Extended by R. J. Mathar and Ray Chandler (rayjchandler(AT)sbcglobal.net), Oct 23 2006

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