Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A049034
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A049034 Scaled sums of odd reciprocals. +0
6
1, 8, 184, 8448, 648576, 74972160, 12174658560, 2643856588800, 740051782041600, 259500083163955200, 111422936937037824000, 57504006817918746624000, 35122852492484487413760000 (list; graph; listen)
OFFSET

0,2

FORMULA

a(n) = (2*n+1)! * sum[ k=0..n ] 1/(2*k+1).

E.g.f. (arctanh x)^2/2 = sum_n a(n)x^(2n+2)/(2n+2)! or (arctanh x)/(1-x^2) = sum_n a(n)x^(2n+1)/(2n+1)!.

EXAMPLE

(arctanh x)^2 = x^2 + 2/3*x^4 + 23/45*x^6 + 44/105*x^8 + ...

PROGRAM

(PARI) {a(n)=if(n<0, 0, n=2*n+1; n!*sum(k=1, n, (k%2)/k))} /* Michael Somos Sep 19 2006 */

CROSSREFS

Cf. A000254, A004041, A046674. a(n)=A081358(2n+1).

Adjacent sequences: A049031 A049032 A049033 this_sequence A049035 A049036 A049037

Sequence in context: A060593 A130775 A024286 this_sequence A092546 A129004 A058873

KEYWORD

nonn

AUTHOR

Joe Keane (jgk(AT)jgk.org)

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 6 16:13 EDT 2008. Contains 144667 sequences.


AT&T Labs Research