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!)
A229766 Odd numbers whose square's binary reversal is also a square. 2
1, 3, 4523, 11991, 18197, 66075, 72225, 141683, 1092489, 3168099, 6001209, 6226335, 6435309, 12489657, 17906499, 50429883, 51928701, 68301841, 295742437, 390117873, 542959199, 554456167, 566494057 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A003166 is a subsequence, except A003166(1)=0.
All odd numbers n such that A068527(A030101(n^2)) = 0. - Antti Karttunen, Dec 20 2013
LINKS
FORMULA
a(n) = sqrt(A229687(n)).
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
(define A229766 (MATCHING-POS 1 1 (lambda (n) (and (odd? n) (zero? (A068527 (A030101 (* n n))))))))
CROSSREFS
Sequence in context: A024048 A094319 A362536 * A003166 A251603 A168556
KEYWORD
nonn,base
AUTHOR
Alex Ratushnyak, Dec 19 2013
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)