login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053961 Squares composed of digits {4,6,9}. 2
4, 9, 49, 64, 44944, 69696, 4999696, 9696996, 9966649, 999444996, 4649466969, 64944444964, 6469646694964996, 69446644696999969, 9446966946446994496, 44499464666496696649, 446646664496496964644, 466994666666446696996 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

P. De Geest, Squares containing at most three distinct digits, Index entries for related sequences

Author?, Source(txt)

MATHEMATICA

fQ[n_] := Union[ Join[{4, 6, 9}, IntegerDigits[n]]] == {4, 6, 9}; lst = {}; Do[ If[ fQ[n^2], AppendTo[lst, n^2]], {n, 2*10^9}]; lst (from Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 01 2005)

CROSSREFS

Cf. A053960, A107665, A107666.

Sequence in context: A115687 A115711 A029791 * A055812 A061867 A019544

Adjacent sequences:  A053958 A053959 A053960 * A053962 A053963 A053964

KEYWORD

nonn,base

AUTHOR

Patrick De Geest (pdg(AT)worldofnumbers.com), Mar 15 2000.

EXTENSIONS

More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Jan 03 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 19:48 EST 2012. Contains 205955 sequences.