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.

A057781 a(n) = n^4+4 = (n^2-2*n+2)*(n^2+2*n+2) = ((n-1)^2+1)*((n+1)^2+1).

Original entry on oeis.org

4, 5, 20, 85, 260, 629, 1300, 2405, 4100, 6565, 10004, 14645, 20740, 28565, 38420, 50629, 65540, 83525, 104980, 130325, 160004, 194485, 234260, 279845, 331780, 390629, 456980, 531445, 614660, 707285, 810004, 923525, 1048580, 1185925
Offset: 0

Views

Author

Henry Bottomley, Nov 04 2000

Keywords

References

  • Donald E. Knuth, The Art of Computer Programming, Addison-Wesley, Reading, MA, 1997, Vol. 1, exercise 1.2.1, Nr. 11, p. 19. [From Reinhard Zumkeller, Apr 11 2010]

Crossrefs

Programs

Formula

G.f.: -(5*x^4-5*x^3+35*x^2-15*x+4) / (x-1)^5. - Colin Barker, Mar 29 2013
a(n) = A002523(n) + 3.
a(n) = A002522(n-1) * A002522(n+1).
Sum_{k=0..n} A033999(k)*A016755(k)/a(k) = A033999(n)*(n+1)/A053755(n+1), see Knuth reference. - Reinhard Zumkeller, Apr 11 2010
a(n) = (n^2)^2 + 2^2 = (n^2-2)^2 + (2*n)^2. - Thomas Ordowski, Sep 15 2015
a(n) = A272298(3*n)/3^4. - Bruno Berselli, Apr 29 2016
Sum_{n>=0} 1/a(n) = (Pi*coth(Pi) + 1)/8. - Amiram Eldar, Oct 04 2021