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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097909 Decimal expansion of sum_{i >= 1} f(i)/g(i), where f(i) = triangular number(i) and g(i) = (sum of first i primes)^4. 0
0, 6, 8, 0, 5, 5, 9, 4, 0, 8, 1, 5, 2, 5, 7, 5, 6, 9, 3, 2, 6, 3, 1, 3, 6, 5, 1, 5, 1, 0, 0, 5 (list; constant; graph; refs; listen; history; internal format)
OFFSET

0,2

EXAMPLE

0.0680559408152575...

MATHEMATICA

p = s = 0; Do[p += Prime[n]; k = n*(n+1)/2; s += k/p^4; Print[N[s, 50]], {n, 10^6}] - Ryan Propper (rpropper(AT)stanford.edu), Jul 22 2006

CROSSREFS

Sequence in context: A011315 A021151 A200116 * A143819 A021599 A072553

Adjacent sequences:  A097906 A097907 A097908 * A097910 A097911 A097912

KEYWORD

cons,more,nonn

AUTHOR

Pierre CAMI (pierre-cami(AT)bbox.fr), Sep 04 2004

EXTENSIONS

Corrected and extended by Ryan Propper (rpropper(AT)stanford.edu), Jul 22 2006

Corrected offset R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 31 2009

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 11:51 EST 2012. Contains 205908 sequences.