The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A023111 Squares that remain square when the digit 1 is appended. 5
0, 36, 51984, 74960964, 108093658176, 155870980128900, 224765845252215696, 324112192982714904804, 467369557515229640511744, 673946577824768158903030116, 971830497853758169908528915600, 1401378903958541456239939793265156, 2020787407677718926139823273359439424 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
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=1. - Colin Barker, Sep 28 2013
After 0, the sequence lists the numbers k for which A055437(k) is a perfect square. - Bruno Berselli, Jan 16 2018
LINKS
FORMULA
G.f.: 36*x^2*(1 + x) / ((1 - x)*(1 - 1442*x + x^2)). - Colin Barker, Jan 31 2013
a(0)=0, a(1)=36, a(2)=51984, a(n) = 1443*a(n-1)-1443*a(n-2)+a(n-3). - Harvey P. Dale, Dec 23 2013
a(n) = (721 + 228*sqrt(10))^(-n)*(721+228*sqrt(10) - 2*(721+228*sqrt(10))^n + (721-228*sqrt(10))*(721+228*sqrt(10))^(2*n)) / 40. - Colin Barker, Dec 29 2017
EXAMPLE
36 is a term because both 36 and 361 are squares.
MATHEMATICA
LinearRecurrence[{1443, -1443, 1}, {0, 36, 51984}, 20] (* Harvey P. Dale, Dec 23 2013 *)
PROG
(PARI) concat(0, Vec(36*x^2*(1 + x) / ((1 - x)*(1 - 1442*x + x^2)) + O(x^15))) \\ Colin Barker, Dec 29 2017
CROSSREFS
Cf. A023110.
Sequence in context: A159435 A123397 A185097 * A295927 A059493 A212327
KEYWORD
nonn,base,easy
AUTHOR
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 May 23 11:57 EDT 2024. Contains 372763 sequences. (Running on oeis4.)