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!)
A068075 Lesser of a primitive pair such that n and its 10's complement are simultaneously square. 1
1, 36, 324, 123904, 3968064, 28901376, 14997431296, 434207195136, 2552428007424, 1780607738773504 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If k is in the sequence so is k * 100^m.
LINKS
MATHEMATICA
Do[ If[n^2 <= 5*10^Floor[ Log[10, n^2]] && IntegerQ[ Sqrt[ 10^Floor[ Log[10, n^2] + 1] - n^2]] && Take[ IntegerDigits[n^2], -1] != {0}, Print[n^2]], {n, 1, 4*10^6}]
CROSSREFS
Cf. A068810.
Sequence in context: A213124 A067473 A223299 * A219004 A053136 A000821
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, Mar 20 2002
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)