login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096253 Decimal expansion of Sum_{n>=1} 1/n^sqrt(n). 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; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1.638031...
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: A070392 A248268 A115371 * A182566 A115287 A061533
KEYWORD
nonn,cons
AUTHOR
Cino Hilliard, Jul 31 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 30 13:17 EDT 2023. Contains 363050 sequences. (Running on oeis4.)