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.

A155965 a(n) = n*(n^2+4).

Original entry on oeis.org

0, 5, 16, 39, 80, 145, 240, 371, 544, 765, 1040, 1375, 1776, 2249, 2800, 3435, 4160, 4981, 5904, 6935, 8080, 9345, 10736, 12259, 13920, 15725, 17680, 19791, 22064, 24505, 27120, 29915, 32896, 36069, 39440, 43015, 46800, 50801, 55024, 59475, 64160
Offset: 0

Views

Author

Vincenzo Librandi, Jan 31 2009

Keywords

Comments

The identity (n^3+4*n)^2 + (2*n^2+8)^2 = (n^2+4)^3 can be written as a(n)^2 + A155966(n)^2 = A087475(n)^3.

Crossrefs

Programs

Formula

G.f.: x*(5 - 4*x + 5*x^2)/(1 - x)^4. - Vincenzo Librandi, May 03 2014
a(n) = 4*a(n-1) - 6*a(n-2) +4*a(n-3) - a(n-4) for n>3. - Vincenzo Librandi, May 03 2014
a(n) = A006003(n-1) + A006003(n+1). - Lechoslaw Ratajczak, Oct 31 2021