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!)
A048386 Numbers n such that replacing digits d in decimal expansion of n with d^2 yields a square. 3
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 23, 43, 49, 61, 100, 122, 136, 148, 163, 200, 221, 244, 269, 300, 305, 366, 400, 481, 488, 500, 600, 629, 700, 800, 884, 900, 1105, 1127, 1222, 1241, 1281, 1438, 1522, 1641, 1805, 2300, 2405, 2722, 2966, 3203, 4205, 4300, 4402 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
2722 = (2)(7)(2)(2) -> (4)(49)(4)(4) = 44944 = 212^2 and square.
PROG
(Magma) f:=func<n|StringToInteger(&cat[IntegerToString(h): h in Reverse([c^2: c in Intseq(n)])])>; [0] cat [k:k in [1..4500]|IsSquare(f(k))]; // Marius A. Burtea, Feb 13 2020
CROSSREFS
Sequence in context: A322516 A132080 A307636 * A302503 A198044 A133134
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Mar 15 1999
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)