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!)
A257283 Numbers n not divisible by 3 such that n^2 written in base 3 has no digit > 1. 3
1, 2, 11, 16, 19, 29, 55, 83, 143, 163, 245, 262, 421, 451, 487, 731, 889, 1331, 1342, 1459, 1487, 2189, 2242, 2323, 2537, 2573, 2644, 2662, 3788, 4375, 4562, 6563, 6688, 6967, 7036, 7082, 7696, 8035 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The first condition is added to avoid trivial solutions of the form a(k)*3^m, whose square, written in base 3, would just have 0's appended w.r.t. a(k)^2, and thus always have the digits 1 and 0.
An infinite subset of solutions is given by { 3^m+2; m>1 } U { 2*3^m+1; m>1 }.
LINKS
MATHEMATICA
Select[Range[10000], Mod[#, 3]!=0&&Max[IntegerDigits[#^2, 3]]<2&] (* Harvey P. Dale, May 17 2018 *)
PROG
(PARI) b=3; for(n=1, 9999, n%b||next; vecmax(digits(n^2, b))>1||print1(n", "))
CROSSREFS
Sequence in context: A297836 A241757 A272883 * A091211 A306278 A199397
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, May 02 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 August 14 07:30 EDT 2024. Contains 375146 sequences. (Running on oeis4.)