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!)
A027675 When squared gives number composed of digits {1,4,9}. 4
1, 2, 3, 7, 12, 21, 38, 107, 212, 31488, 70107, 387288, 95610729, 446653271, 3148717107, 21081079479, 648070211589107021 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If a number has a least significant digit of 0, 4, 5 or 6, it can't be in this sequence. - Alonso del Arte, Jun 11 2016
LINKS
Chris, Three Digits Solution, June 29, 2005.
Patrick De Geest, Palindromic Squares
Eric Weisstein's World of Mathematics, Square Number.
EXAMPLE
Since 107^2 = 11449, 107 is in the sequence.
As 108^2 = 11664 has two 6's, 108 is not in the sequence.
MATHEMATICA
Select[Range[100], Complement[IntegerDigits[#^2], {1, 4, 9}] == {} &] (* Alonso del Arte, Jun 11 2016 *)
CROSSREFS
Cf. A006716.
Sequence in context: A222196 A184696 A298341 * A298353 A054176 A289977
KEYWORD
nonn,base,more
AUTHOR
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 4 13:55 EDT 2024. Contains 372243 sequences. (Running on oeis4.)