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.

A059830 a(n) = n^6 + n^4 + n^2 + 1.

Original entry on oeis.org

1, 4, 85, 820, 4369, 16276, 47989, 120100, 266305, 538084, 1010101, 1786324, 3006865, 4855540, 7568149, 11441476, 16843009, 24221380, 34117525, 47176564, 64160401, 85961044, 113614645, 148316260, 191435329, 244531876, 309373429, 387952660, 482505745, 595531444
Offset: 0

Views

Author

N. J. A. Sloane, Feb 25 2001

Keywords

Crossrefs

Programs

Formula

a(n) = (n^2+1)*(n^4+1) = A002522(n)*A002523(n) = A002522(n)*A002522(n^2). a(n) = (n^8-1)/(n^2-1) = -A024006(n)/A067998(n+1), n>1. - Alexander Adamchuk, Apr 13 2006
G.f.: -(4*x^6+57*x^5+309*x^4+274*x^3+78*x^2-3*x+1)/(x-1)^7. - Colin Barker, Nov 05 2012