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.

A154154 Numbers k such that 30 plus the k-th triangular number is a perfect square.

Original entry on oeis.org

3, 13, 34, 84, 203, 493, 1186, 2876, 6915, 16765, 40306, 97716, 234923, 569533, 1369234, 3319484, 7980483, 19347373, 46513666
Offset: 1

Views

Author

R. J. Mathar, Oct 18 2009

Keywords

Examples

			3, 13, 34, and 84 are terms:
   3* (3+1)/2 + 30 =  6^2,
  13*(13+1)/2 + 30 = 11^2,
  34*(34+1)/2 + 30 = 25^2,
  84*(84+1)/2 + 30 = 60^2.
		

Crossrefs

Programs

Formula

{k: 30+k*(k+1)/2 in A000290}.
Conjectures: (Start)
a(n) = +a(n-1) +6*a(n-2) -6*a(n-3) -a(n-4) +a(n-5).
G.f.: x*(-3-10*x-3*x^2+10*x^3+4*x^4)/((x-1) * (x^2-2*x-1) * (x^2+2*x-1)).
G.f.: ( 8 + (-5-2*x)/(x^2+2*x-1) + (12+29*x)/(x^2-2*x-1) + 1/(x-1) )/2. (End)