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!)
A096251 Decimal expansion of Sum(1/n^(n/2)). 0
1, 7, 7, 8, 8, 7, 7, 4, 2, 2, 0, 8, 4, 6, 6, 3, 9, 1, 2, 4, 6, 0, 3, 6, 5, 1, 8, 9, 3, 6, 8, 2, 5, 0, 3, 6, 9, 2, 8, 7, 4, 9, 3, 0, 3, 8, 1, 6, 8, 6, 8, 1, 5, 1, 2, 6, 0, 4, 7, 5, 8, 6, 6, 0, 2, 7, 8, 2, 5, 3, 4, 2, 7, 5, 6, 3, 9, 0, 1, 8, 3, 4, 6, 2, 5, 1, 7, 9, 8, 7, 0, 9, 4, 3, 9, 1, 8, 9, 0, 5, 0, 5, 4, 2, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) xtothehx(n) = { local(x, s, a); default(realprecision, 200); s=0; print1(1", "); for(x=1, n, s+=1./x^(x/2)); a=Vec(Str(s)); for(x=3, n, print1(eval(a[x]), ", ")); print(); print(s) }
CROSSREFS
Sequence in context: A092616 A260634 A294968 * A108186 A024818 A076236
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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)