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.
%I A105040 #23 Mar 12 2024 13:00:55 %S A105040 0,15,111,3936,28320,999855,7193295,253959360,1827068736,64504677711, %T A105040 464068265775,16383934179360,117871512438240,4161454776879855, %U A105040 29938900091047311,1056993129393303936,7604362751613578880,268472093411122320015,1931478200009757988335 %N A105040 Nonnegative k such that 7*k^2 + 7*k + 1 is a square. %H A105040 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (1,254,-254,-1,1). %F A105040 a(n) = ((7-2*sqrt(7)*(-1)^n)*(8-3*sqrt(7))^((2n-(-1)^n+1)/2)+(7+2*sqrt(7)*(-1)^n)*(8+3*sqrt(7))^((2n-(-1)^n+1)/2)-14)/28. [_Bruno Berselli_, Jun 13 2012]. %F A105040 G.f.: -3*x^2*(5*x^2+32*x+5)/((x-1)*(x^2-16*x+1)*(x^2+16*x+1)). [_Colin Barker_, Jul 22 2012] %F A105040 a(n) = A253460(n) - 1. - _Michel Marcus_, Mar 12 2024 %e A105040 3936 = 254*15 + 111 + 15, 28320 = 254*111 + 111 + 15, 999855 = 254*3936 + 111, 7193295 = 254*28320 + 15. %t A105040 LinearRecurrence[{1,254,-254,-1,1},{0,15,111,3936,28320},20] (* _Harvey P. Dale_, Jul 25 2018 *) %o A105040 (PARI) for(n=0,7193295,if(issquare(7*n*(n+1)+1),print1(n,","))) %K A105040 nonn,easy %O A105040 1,2 %A A105040 _Gerald McGarvey_, Apr 03 2005 %E A105040 More terms from _Colin Barker_, Jun 13 2012