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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076265 Product_{ i=1..n } prime(i)^prime(i). 11
4, 108, 337500, 277945762500, 79301169838123235887500, 24018350267611933650627567399079537500, 19868946365457062696924774946056904675112420776003728137500 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Denominator of Sum[i=1..n] 1/(p(i)^p(i)), where p(i) = i-th prime. Numerators = A117579. E.g. 1/4, 31/108, 96983/337500, 79870008269/277945762500, 22787845491220720044859/79301169838123235887500, ... - Jonathan Vos Post (jvospost3(AT)gmail.com), Mar 29 2006

Equally, denominator of Sum[ (-1)^(k+1) * 1/p(k)^p(k), {k,1,n}], where p(k) = Prime[k]. - Alexander Adamchuk (alex(AT)kolmogorov.com), Aug 22 2006

C = Sum[ (-1)^(k+1) * 1/Prime[k]^Prime[k], {k,1,Infinity} ] = 1/2^2 - 1/3^3 + 1/5^5 - 1/7^7 + 1/11^11 - 1/13^13 + ... A122147[n] is a decimal expansion of C = 0.213281748700785698255627... - Alexander Adamchuk (alex(AT)kolmogorov.com), Aug 22 2006

EXAMPLE

A122148[n] / A076265[n] begins 1/4, 23/108, 71983/337500, ... - Alexander Adamchuk (alex(AT)kolmogorov.com), Aug 22 2006

MATHEMATICA

Table[Denominator[Sum[1/Prime[k]^Prime[k], {k, 1, n}]], {n, 1, 10}] - Alexander Adamchuk (alex(AT)kolmogorov.com), Aug 22 2006

CROSSREFS

Cf. A051674, A122147, A122148, A094289, A117579, A076265, A000040.

Sequence in context: A107048 A185702 A002109 * A114876 A037980 A015100

Adjacent sequences:  A076262 A076263 A076264 * A076266 A076267 A076268

KEYWORD

nonn,frac

AUTHOR

Jeff Burch (gburch(AT)erols.com), Nov 23 2002

EXTENSIONS

Entry revised by N. J. A. Sloane (njas(AT)research.att.com), Apr 10 2006

Edited by N. J. A. Sloane (njas(AT)research.att.com), Aug 04 2008 at the suggestion of R. J. Mathar

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 15 04:59 EST 2012. Contains 205694 sequences.