Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A099769
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A099769 Decimal expansion of Sum_{n >= 2} (-1)^n/log(n). +0
1
9, 2, 4, 2, 9, 9, 8, 9, 7, 2, 2, 2, 9, 3, 8, 8, 5, 5, 9, 5, 9, 5, 7, 0, 1, 8, 1, 3, 5, 9, 5, 9, 0, 0, 5, 3, 7, 7, 3, 3, 1, 9, 3, 9, 7, 8, 8, 6, 9, 1, 9, 0, 7, 4, 7, 7, 9, 6, 3, 0, 4, 3, 7, 2, 5, 0, 7, 0, 0, 5, 4, 1, 7, 1, 1, 4, 3, 4, 6, 8, 9, 7, 9, 8, 9, 9, 1, 3, 4, 7, 6, 6, 4, 9, 4, 6, 9, 1, 9, 5, 3, 5, 7, 4, 1 (list; cons; graph; listen)
OFFSET

0,1

COMMENT

A slowly converging series. The reference gives several methods for evaluating the sum.

Mathematica program derived from method #3 in the reference. - Ryan Propper (rpropper(AT)stanford.edu), Sep 25 2006

REFERENCES

R. E. Shafer (proposer), Problem 89-15, SIAM Rev., 32 (1990), 481-483.

EXAMPLE

0.924299897...

MATHEMATICA

Do[X = 2*i; T = Table[Table[0, {X}], {X}]; For[n = 2, n <= X, n++, T[[n, 2]] = Sum[(-1)^k/Log[k], {k, 2, n}]]; For[k = 2, k <= X, k++, For[n = 2, n <= X - k + 1, n++, T[[n, k+1]] = T[[n+1, k-1]] + 1/(T[[n+1, k]] - T[[n, k]])]]; Print[N[T[[2, X]], 50]], {i, 50}] - Ryan Propper (rpropper(AT)stanford.edu), Sep 25 2006

PROGRAM

(PARI) sumalt(n=2, (-1)^n/log(n)) - Herman Jamke (hermanjamke(AT)fastmail.fm), Apr 28 2007

CROSSREFS

Sequence in context: A137197 A144981 A133841 this_sequence A020784 A111188 A089065

Adjacent sequences: A099766 A099767 A099768 this_sequence A099770 A099771 A099772

KEYWORD

nonn,cons

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Nov 11 2004

EXTENSIONS

More terms from Ryan Propper (rpropper(AT)stanford.edu), Sep 25 2006

More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Apr 28 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 December 19 12:50 EST 2009. Contains 171053 sequences.


AT&T Labs Research