login
This site is supported by donations 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; internal format)
OFFSET

1,2

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: A201668 A021853 A092616 * A108186 A024818 A076236

Adjacent sequences:  A096248 A096249 A096250 * A096252 A096253 A096254

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 16 03:44 EST 2012. Contains 205860 sequences.