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!)
A226484 Odd numbers not of the form p + q^2 + r^3 with p, q, and r prime. 2

%I #5 Jun 09 2013 08:38:31

%S 1,3,5,7,9,11,13,21,27,33,37,45,51,61,127,351

%N Odd numbers not of the form p + q^2 + r^3 with p, q, and r prime.

%C There are no more terms < 10^11.

%t pp[n_] := Prime@ Range@ PrimePi@ n; upto[n_] := Complement[Range[1, n, 2],

%t Flatten@Table[ q^2 + r^3 + pp[n - q^2 - r^3], {r, pp[n^(1/3)]}, {q, pp@Sqrt[n - r^3]}]]; upto[10^4]

%Y Cf. A212292.

%K nonn,hard,more

%O 1,2

%A _Giovanni Resta_, Jun 09 2013

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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)