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!)
A254324 Least Y such that X^3 + Y^3 = A020898(n)*Z^3 for some X <= Y and some Z. 2
1, 37, 5, 2, 89, 7, 683 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also, max {X,Y,Z} for the smallest (in this sense of this sup norm) positive integer solution (X,Y,Z) to X^3 + Y^3 = A020898(n)*Z^3.
The X values are given in A254326.
a(8) > 10^5, with A020898(8)=17. Then the sequence continues a(9,10,...) = 5, 19, ?, 75, 3, 163, ?, 1853, ?, 3, 19, ...
LINKS
EXAMPLE
A020898(1)=2 and 1^3 + 1^3 = 2*1^3, therefore a(1)=1.
A020898(2)=6 and 17^3 + 37^3 = 6*21^3, and there is no "smaller" solution (with X, Y, Z < 37), therefore a(2)=37.
PROG
(PARI) a(n, L=10^9)={n=if(n>0, A020898[n], -n); for(b=1, L, for(a=1, b, (a^3+b^3)%n&&next; ispower((a^3+b^3)/n, 3)&&return(b)))}
CROSSREFS
Sequence in context: A278067 A178199 A107812 * A356745 A068843 A284497
KEYWORD
nonn,more
AUTHOR
M. F. Hasler, Jan 27 2015
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)