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.

A133161 Indices of the triangular numbers which are also centered triangular number.

This page as a plain text file.
%I A133161 #20 Jan 02 2024 08:54:00
%S A133161 1,4,16,61,229,856,3196,11929,44521,166156,620104,2314261,8636941,
%T A133161 32233504,120297076,448954801,1675522129,6253133716,23337012736,
%U A133161 87094917229,325042656181,1213075707496,4527260173804,16895964987721
%N A133161 Indices of the triangular numbers which are also centered triangular number.
%C A133161 Also, indices of the triangular numbers which are sums of three consecutive triangular numbers (see A129803).
%H A133161 A. Kozikowska, <a href="http://www.warminski.pollub.plwww.ptmts.org.pl/2011-4-kozikowska.pdf">Topological classes of statically determinate beams with arbitrary number of supports</a>, JOURNAL OF THEORETICAL AND APPLIED MECHANICS 49, 4, pp. 1079-1100, Warsaw 2011; (see Eq. 5.18). - _N. J. A. Sloane_, Dec 17 2011.
%H A133161 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (5,-5,1).
%F A133161 a(n+2)=4*a(n+1)-a(n)+1.
%F A133161 a(n+1)=2*a(n)+0.5+0.5*(12*a(n)^2+12*a(n)-15)^0.5.
%F A133161 G.f.: x*(1-x+x^2)/(1-x)/(1-4*x+x^2). - _R. J. Mathar_, Oct 24 2007
%F A133161 a(n)-a(n-1)= A005320(n-1). - _R. J. Mathar_, Mar 14 2016
%t A133161 LinearRecurrence[{5,-5,1},{1,4,16},30] (* _Harvey P. Dale_, Aug 29 2017 *)
%Y A133161 Cf. A001834, A102871, A128862, A129803, A001571.
%K A133161 nonn,easy
%O A133161 1,2
%A A133161 _Richard Choulet_, Oct 09 2007