The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A272406 Primes p == 1 (mod 3) for which A261029(34*p) = 2. 6

%I #10 Dec 01 2018 20:03:54

%S 7,13,19,31,37,43,61,67,73,79,97,103,109,127,139,151,157,163,181,193,

%T 199,211,223,229,241,271,277,283,307,313,331,337,367,373,397,409,421,

%U 439,457,487,571,709,787,877

%N Primes p == 1 (mod 3) for which A261029(34*p) = 2.

%C By theorem in A272384, case q=17, the sequence is finite with a(n)<1156.

%H Vladimir Shevelev, <a href="http://arxiv.org/abs/1508.05748">Representation of positive integers by the form x^3+y^3+z^3-3xyz</a>, arXiv:1508.05748 [math.NT], 2015.

%t r[n_] := Reduce[0 <= x <= y <= z && z >= x+1 && n == x^3 + y^3 + z^3 - 3 x y z, {x, y, z}, Integers];

%t a29[n_] := Which[rn = r[n]; rn === False, 0, rn[[0]] === And, 1, rn[[0]] === Or, Length[rn], True, Print["error ", rn]];

%t Select[Select[Range[7, 997, 3], PrimeQ], a29[34 #] == 2&] (* _Jean-François Alcover_, Dec 01 2018 *)

%Y Cf. A261029, A272381, A272382, A272384, A272404.

%K nonn,fini,full

%O 1,1

%A _Vladimir Shevelev_, Apr 29 2016

%E All terms (after first author's ones) were calculated by _Peter J. C. Moses_, Apr 29 2016

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 20 02:13 EDT 2024. Contains 372703 sequences. (Running on oeis4.)