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.

Showing 1-1 of 1 results.

A023114 Squares that remain square when the digit 9 is appended.

Original entry on oeis.org

0, 4, 16, 324, 6400, 23716, 467856, 9229444, 34199104, 674648676, 13308852496, 49315084900, 972842923584, 19191356070436, 71112318227344, 1402838821160100, 27673922144716864, 102543913568745796, 2022892607269941264
Offset: 1

Views

Author

Keywords

Comments

The terms of the sequence are the squares of the y-values in the solution to the Pellian equation x^2-10*y^2=9. - Colin Barker, Sep 28 2013

Crossrefs

Programs

  • Mathematica
    Select[Range[0,10^6]^2,IntegerQ[Sqrt[10#+9]]&] (* The program generates the first 13 terms of the sequence. *) (* Harvey P. Dale, Jul 21 2024 *)

Formula

Empirical g.f.: -4*x^2*(x+1)*(x^4+2*x^3+75*x^2+2*x+1) / ((x-1)*(x^6-1442*x^3+1)). - Colin Barker, Jan 31 2013
Showing 1-1 of 1 results.