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.

Showing 1-2 of 2 results.

A254283 Indices of hexagonal numbers (A000384) which are also centered triangular numbers (A005448).

Original entry on oeis.org

1, 31, 115, 5965, 22261, 1157131, 4318471, 224477401, 837761065, 43547458615, 162521328091, 8447982493861, 31528299888541, 1638865056350371, 6116327657048815, 317931372949478065, 1186536037167581521, 61677047487142394191, 230181874882853766211
Offset: 1

Views

Author

Colin Barker, Jan 28 2015

Keywords

Comments

Also positive integers x in the solutions to 4*x^2 - 3*y^2 - 2*x + 3*y - 2 = 0, the corresponding values of y being A254284.

Examples

			31 is in the sequence because the 31st hexagonal number is 1891, which is also the 36th centered triangular number.
		

Crossrefs

Programs

  • PARI
    Vec(-x*(x^4+30*x^3-110*x^2+30*x+1)/((x-1)*(x^2-14*x+1)*(x^2+14*x+1)) + O(x^100))

Formula

a(n) = a(n-1)+194*a(n-2)-194*a(n-3)-a(n-4)+a(n-5).
G.f.: -x*(x^4+30*x^3-110*x^2+30*x+1) / ((x-1)*(x^2-14*x+1)*(x^2+14*x+1)).

A254285 Hexagonal numbers (A000384) which are also centered triangular numbers (A005448).

Original entry on oeis.org

1, 1891, 26335, 71156485, 991081981, 2677903145191, 37298379237211, 100780206894952201, 1403687203222107385, 3792762303606727977835, 52826364168762410080471, 142736816433155393822880781, 1988067387723517337746328821, 5371757345852607787523567324911
Offset: 1

Views

Author

Colin Barker, Jan 28 2015

Keywords

Examples

			1891 is in the sequence because it is the 31st hexagonal number and the 36th centered triangular number.
		

Crossrefs

Programs

  • PARI
    Vec(-x*(x^4+1890*x^3-13190*x^2+1890*x+1)/((x-1)*(x^2-194*x+1)*(x^2+194*x+1)) + O(x^100))

Formula

a(n) = a(n-1)+37634*a(n-2)-37634*a(n-3)-a(n-4)+a(n-5).
G.f.: -x*(x^4+1890*x^3-13190*x^2+1890*x+1) / ((x-1)*(x^2-194*x+1)*(x^2+194*x+1)).
Showing 1-2 of 2 results.