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.

A254229 Indices of centered square numbers (A001844) which are also heptagonal numbers (A000566).

Original entry on oeis.org

1, 46, 207, 14652, 66493, 4717738, 21410379, 1519096824, 6894075385, 489144459430, 2219870863431, 157502996839476, 714791523949237, 50715475837851682, 230160650840790723, 16330225716791401968, 74111014779210663409, 5258281965330993581854
Offset: 1

Views

Author

Colin Barker, Jan 27 2015

Keywords

Comments

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

Examples

			46 is in the sequence because the 46th centered square number is 4141, which is also the 41st heptagonal number.
		

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{1,322,-322,-1,1},{1,46,207,14652,66493},20] (* Harvey P. Dale, Sep 19 2022 *)
  • PARI
    Vec(x*(45*x^3+161*x^2-45*x-1)/((x-1)*(x^2-18*x+1)*(x^2+18*x+1)) + O(x^100))

Formula

a(n) = a(n-1)+322*a(n-2)-322*a(n-3)-a(n-4)+a(n-5).
G.f.: x*(45*x^3+161*x^2-45*x-1) / ((x-1)*(x^2-18*x+1)*(x^2+18*x+1)).

A254230 Heptagonal numbers (A000566) which are also centered square numbers (A001844).

Original entry on oeis.org

1, 4141, 85285, 429332905, 8842505113, 44514094237813, 916808615026525, 4615310318335580305, 95056550814337645681, 478524604381155542930941, 9855653300615347164456661, 49614388026831658683830230201, 1021853845419343873890857865865
Offset: 1

Views

Author

Colin Barker, Jan 27 2015

Keywords

Examples

			4141 is in the sequence because it is the 41st heptagonal number and the 46th centered square number.
		

Crossrefs

Programs

  • PARI
    Vec(-x*(x^4+4140*x^3-22538*x^2+4140*x+1)/((x-1)*(x^2-322*x+1)*(x^2+322*x+1)) + O(x^100))

Formula

a(n) = a(n-1)+103682*a(n-2)-103682*a(n-3)-a(n-4)+a(n-5).
G.f.: -x*(x^4+4140*x^3-22538*x^2+4140*x+1) / ((x-1)*(x^2-322*x+1)*(x^2+322*x+1)).
Showing 1-2 of 2 results.