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!)
A323064 Squares whose binary complement (A035327) is a cube. 0
0, 1, 36, 100, 484, 131044 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Square roots: 0, 1, 6, 10, 22, 362.
LINKS
EXAMPLE
The binary complement of 100 is 27. Because 27 is a cube, 100 is in the sequence.
PROG
(PARI) isok(n) = n == 0 || (issquare(n) && ispower(2^(1+logint(n, 2))-1-n, 3))
for (n=0, 500, if (isok(n^2), print1(n^2, ", "))); \\ Michel Marcus, Jan 04 2019
CROSSREFS
Sequence in context: A027603 A250813 A268770 * A163246 A014738 A182677
KEYWORD
nonn,base,more
AUTHOR
Alex Ratushnyak, Jan 03 2019
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 September 7 22:13 EDT 2024. Contains 375749 sequences. (Running on oeis4.)