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 A137694 #19 Jul 08 2023 16:02:40 %S A137694 5,5577,6435661,7426747025,8570459630997,9890302987423321, %T A137694 11413401077026881245,13171054952586033533217, %U A137694 15199386001883205670450981,17540078275118266757666898665,20241235130100477955141930608237,23358367800057676441967030255006641 %N A137694 Numbers k such that 6k^2-2k = 3n^2-n for some integer n>0. %C A137694 Also indices of pentagonal numbers which are half of some other pentagonal number: see A137693 for more details, comments and links. %H A137694 Colin Barker, <a href="/A137694/b137694.txt">Table of n, a(n) for n = 1..250</a> %H A137694 Dario Alpern, <a href="https://www.alpertron.com.ar/QUAD.HTM">Quadratic two integer variable equation solver</a> %H A137694 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (1155,-1155,1). %F A137694 a(n) = f^{2n-2}(5,7)[1], where f(x,y) = (577x + 408y - 164, 816x + 577y - 232). %F A137694 a(n) = (5,7,1,5,7,1,...) (mod 10). %F A137694 G.f.: -x*(5-198*x+x^2) / ( (x-1)*(x^2-1154*x+1) ). - _R. J. Mathar_, Apr 17 2011 %o A137694 (PARI) vector(20,i, (v=if(i>1,[577,408;816,577]*v-[164;232], [5;7]))[1,1]) %Y A137694 Cf. A000326, A136112-A136118, A135768-A135769, A137693. %K A137694 easy,nonn %O A137694 1,1 %A A137694 _M. F. Hasler_, Feb 08 2008