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.

A145323 Numbers x such that there exists n in N : (x+1)^3-x^3=31*n^2.

Original entry on oeis.org

22, 546817, 13288758862, 322943417329657, 7848170914656577702, 190726249245040733996497, 4635029301304809002926304542, 112640481889583219144074318995337, 2737388986245622090334485097298387382, 66524027031100626149725437690471091174177
Offset: 1

Views

Author

Richard Choulet, Oct 07 2008

Keywords

Examples

			a(1)=22 because the first relation is : 23^3-22^3=31*7^2.
		

Programs

  • Mathematica
    LinearRecurrence[{24303, -24303, 1}, {22, 546817, 13288758862}, 10] (* Paolo Xausa, Jan 17 2024 *)
  • PARI
    Vec(x*(23*x^2-12151*x-22) / ((x-1)*(x^2-24302*x+1)) + O(x^20)) \\ Colin Barker, Oct 18 2014

Formula

a(n+2) = 24302*a(n+1)-a(n)+12150.
G.f.: x*(23*x^2-12151*x-22) / ((x-1)*(x^2-24302*x+1)). - Colin Barker, Oct 18 2014

Extensions

Editing and more terms from Colin Barker, Oct 18 2014