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.

A253674 Indices of centered octagonal numbers (A016754) which are also centered triangular numbers (A005448).

This page as a plain text file.
%I A253674 #8 Oct 01 2015 10:26:46
%S A253674 1,10,40,931,3871,91180,379270,8934661,37164541,875505550,3641745700,
%T A253674 85790609191,356853914011,8406604195120,34968041827330,
%U A253674 823761420512521,3426511245164281,80720212606031890,335763133984272160,7909757073970612651,32901360619213507351
%N A253674 Indices of centered octagonal numbers (A016754) which are also centered triangular numbers (A005448).
%C A253674 Also positive integers y in the solutions to 3*x^2 - 8*y^2 - 3*x + 8*y = 0, the corresponding values of x being A253673.
%H A253674 Colin Barker, <a href="/A253674/b253674.txt">Table of n, a(n) for n = 1..1000</a>
%H A253674 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (1,98,-98,-1,1).
%F A253674 a(n) = a(n-1)+98*a(n-2)-98*a(n-3)-a(n-4)+a(n-5).
%F A253674 G.f.: -x*(x^2-5*x+1)*(x^2+14*x+1) / ((x-1)*(x^2-10*x+1)*(x^2+10*x+1)).
%e A253674 10 is in the sequence because the 10th centered octagonal number is 361, which is also the 16th centered triangular number.
%t A253674 LinearRecurrence[{1,98,-98,-1,1},{1,10,40,931,3871},30] (* _Harvey P. Dale_, Oct 01 2015 *)
%o A253674 (PARI) Vec(-x*(x^2-5*x+1)*(x^2+14*x+1)/((x-1)*(x^2-10*x+1)*(x^2+10*x+1)) + O(x^100))
%Y A253674 Cf. A005448, A016754, A253673, A253675.
%K A253674 nonn,easy
%O A253674 1,2
%A A253674 _Colin Barker_, Jan 08 2015