Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A094289
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A094289 Decimal expansion of Sum(1/p^p) where p is prime. +0
8
2, 8, 7, 3, 5, 8, 2, 5, 1, 3, 0, 6, 2, 2, 4, 1, 7, 9, 7, 3, 6, 4, 1, 8, 0, 4, 5, 8, 7, 8, 9, 3, 2, 2, 0, 6, 9, 5, 5, 9, 0, 8, 8, 0, 2, 6, 8, 5, 8, 8, 1, 7, 0, 9, 2, 9, 9, 4, 9, 9, 3, 6, 8, 9, 4, 7, 0, 8, 9, 3, 2, 9, 2, 7, 8, 6, 8, 8, 9, 3, 9, 7, 7, 0, 2, 0, 9, 1, 2, 4, 2, 8, 0, 0, 2, 9, 0, 9, 0, 0, 5, 5, 9, 2, 9 (list; cons; graph; listen)
OFFSET

2,1

COMMENT

This constant approximately equals 5226294/18187381 - Yalcin (aktaryalcin(AT)msn.com), Nov 05 2006

The value is 0.2873582513062241797364180458789322069559088026858817092994993689470893292786889397702091242800290901...

MAPLE

P:=proc(n) local k, i; for i from 1 by 1 to n do print(evalf(sum('1/(ithprime(k)^ithprime(k))', 'k'=1..i), 100)); od; end: P(100); - Paolo P. Lava & Giorgio Balzarotti (ppl(AT)spl.at), Feb 07 2008

PROGRAM

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

CROSSREFS

Cf. A073009, A083648.

Adjacent sequences: A094286 A094287 A094288 this_sequence A094290 A094291 A094292

Sequence in context: A011060 A093624 A021352 this_sequence A051429 A027606 A083679

KEYWORD

nonn,cons

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 13 09:05 EDT 2008. Contains 145008 sequences.


AT&T Labs Research