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!)
A053930 Numbers k such that k^2 contains only digits {2,6,9}. 1
3, 173, 264, 964, 3114, 31563, 163187, 264437, 16431563, 96032404423, 99647694036, 9813067816077, 51665201022187, 51960847753114, 7935361806302386, 78883604126137785577, 47567102808870567435673, 26395073915340646948470264 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Joe K. Crump, TriDigital Squares
PROG
(PARI) isok(n) = {digs = digits(n^2); for (i = 1, #digs, if ((digs[i] != 2) && (digs[i] != 6) && (digs[i] != 9), return (0)); ); return (1); } \\ Michel Marcus, Sep 02 2013
CROSSREFS
Cf. A053931.
Sequence in context: A136473 A209804 A306401 * A053920 A297948 A298557
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Mar 15 2000
EXTENSIONS
More terms from Joe K. Crump (joecr(AT)carolina.rr.com), Sep 07 2000
a(17)-a(19) from Zhao Hui Du, Mar 01 2024
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 July 15 11:16 EDT 2024. Contains 374332 sequences. (Running on oeis4.)