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!)
A127061 Primes p such that denominator of Sum_{k=1..p-1} 1/k^2 is a square and denominator Sum_{k=1..p-1} 1/k^3 is a cube. 3
2, 3, 5, 17, 29, 31, 37, 41, 97, 439, 443, 449, 457, 461, 463, 1009, 1013, 3163, 3167, 3169, 3181, 3187, 3191, 3203, 3209, 3217, 3221, 3229, 4099, 4111, 4127, 4129, 4133, 4139, 4153, 4157, 4159, 4283, 4289, 9461, 9463, 9467, 9473, 9479, 9491, 9497, 9511 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Artur Jasinski & Michel Marcus, Table of n, a(n) for n = 1..60
FORMULA
Intersection of A127042 and A127046. - Michel Marcus, Nov 05 2013
MATHEMATICA
With[{nn=10000}, Select[Flatten[Position[Denominator[Thread[{Accumulate[1/ Range[ nn]^2], Accumulate[ 1/Range[nn]^3]}]], _?(IntegerQ[Sqrt[First[#]]] && IntegerQ[Surd[Last[#], 3]]&), {1}, Heads->False]], PrimeQ]] (* Harvey P. Dale, Mar 05 2014 *)
PROG
(PARI) lista(nn) = {forprime(p = 2, nn, if (issquare(denominator(sum(k=1, p-1, 1/k^2))) && ispower(denominator(sum(k=1, p-1, 1/k^3)), 3), print1(p, ", ")); ); } \\ Michel Marcus, Nov 05 2013
CROSSREFS
Sequence in context: A106859 A055472 A077499 * A215311 A215315 A065725
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 04 2007
EXTENSIONS
More terms from Max Alekseyev, Feb 08 2007
Missing terms in the [9461, 9587] range inserted by Michel Marcus, Nov 05 2013
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 May 8 23:08 EDT 2024. Contains 372341 sequences. (Running on oeis4.)