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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096253 Decimal expansion of Sum(1/n^sqrt(x)). 0
1, 6, 3, 8, 0, 3, 1, 2, 1, 7, 9, 1, 2, 4, 6, 4, 1, 8, 0, 7, 2, 8, 4, 2, 9, 7, 3, 2, 5, 8, 1, 5, 4, 3, 0, 4, 9, 6, 3, 4, 1, 8, 5, 6, 3, 9, 2, 8, 5, 1, 2, 9, 8, 6, 7, 3, 8, 9, 9, 1, 8, 5, 4, 0, 8, 8, 3, 0, 0, 2, 5, 4, 7, 9, 9, 5, 6, 4, 9, 7, 3, 9, 0, 4, 2, 4, 2, 8, 9, 8, 8, 0, 8, 8, 2, 7, 3, 8, 8, 6, 1, 9, 1, 9, 8 (list; constant; graph; refs; listen; history; internal format)
OFFSET

1,2

PROG

(PARI) xtothesqrtx(n) = { local(x, s, a); default(realprecision, 200); s=0; print1(1", "); for(x=1, n, s+=1./x^sqrt(x)); a=Vec(Str(s)); for(x=3, n, print1(eval(a[x]), ", ")); print(); print(s) }

CROSSREFS

Sequence in context: A133612 A070392 A115371 * A115287 A061533 A157294

Adjacent sequences:  A096250 A096251 A096252 * A096254 A096255 A096256

KEYWORD

nonn,cons

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jul 31 2004

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 17 09:30 EST 2012. Contains 206009 sequences.