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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A125708 Numbers n such that A115963(n) is prime. 0
3, 5, 9, 43, 150, 300 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

A115963(n) is the numerator of Sum[ 1/Prime[k]^3, {k,1,n} ].

MATHEMATICA

f=0; Do[p=Prime[n]; f=f+1/p^3; g=Numerator[f]; If[PrimeQ[g], Print[{n, p, g}]], {n, 1, 50}]

CROSSREFS

Cf. A115963, A024451, A092062, A061015, A109628.

Sequence in context: A013622 A027715 A082703 * A055289 A124974 A163550

Adjacent sequences:  A125705 A125706 A125707 * A125709 A125710 A125711

KEYWORD

hard,more,nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Feb 01 2007, Mar 01 2007

EXTENSIONS

a(6) from Alexander Adamchuk (alex(AT)kolmogorov.com), Sep 16 2010

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 21:56 EST 2012. Contains 205860 sequences.