cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A290449 Square roots of terms in A238237.

Original entry on oeis.org

9, 45, 55, 99, 703, 999, 4950, 5050, 7272, 7777, 9999, 77778, 82656, 95121, 99999, 318682, 329967, 351352, 356643, 390313, 461539, 466830, 499500, 500500, 533170, 538461, 609687, 643357, 648648, 670033, 681318, 791505, 812890, 818181, 851851, 857143, 961038
Offset: 1

Views

Author

N. J. A. Sloane, Aug 06 2017, following a suggestion from Max Alekseyev

Keywords

Comments

Yet another variant of the Kaprekar numbers A006886.

Crossrefs

Programs

  • Mathematica
    Sqrt[Select[Range[600000]^2, EvenQ[len=IntegerLength[#]] && # == (Mod[#, 10^(len/2)] + Floor[#/10^(len/2)])^2 &]] (* Stefano Spezia, Jan 01 2025 *)