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!)
A273555 a(n) = A001235(n) - floor(A001235(n)^(1/3))^3. 1
1, 8, 8, 1000, 64, 8, 729, 27, 232, 1728, 64, 216, 1728, 512, 8000, 4913, 729, 27, 125, 512, 64, 5832, 13331, 216, 13580, 125, 4913, 1000, 1856, 3375, 13824, 7073, 343, 2547, 8, 1331, 12167, 512, 1728, 8000, 13824, 13768, 24389, 9736, 16496, 216, 12167, 13824, 19683, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Noncube terms of this sequence are 232, 13331, 13580, 1856, 7073, 2547, ...
How is the distribution of noncube terms in this sequence? See also A273592 that is related with this question.
LINKS
FORMULA
a(n) = A055400(A001235(n)). - Michel Marcus, May 25 2016
PROG
(PARI) T = thueinit(x^3+1, 1);
isA001235(n) = my(v=thue(T, n)); sum(i=1, #v, v[i][1]>=0 && v[i][2]>=v[i][1])>1;
lista(nn) = for(n=1, nn, if(isA001235(n), print1(n-sqrtnint(n, 3)^3, ", ")));
CROSSREFS
Sequence in context: A059196 A027504 A078247 * A213153 A132038 A087495
KEYWORD
nonn
AUTHOR
Altug Alkan, May 25 2016
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 15 21:53 EDT 2024. Contains 372549 sequences. (Running on oeis4.)