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.

A017200 a(n) = (9*n+3)^4.

Original entry on oeis.org

81, 20736, 194481, 810000, 2313441, 5308416, 10556001, 18974736, 31640625, 49787136, 74805201, 108243216, 151807041, 207360000, 276922881, 362673936, 466948881, 592240896, 741200625, 916636176
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A000583 (n^4), A016780 ((3n+1)^4), A017197 (9n+3).

Programs

Formula

a(n) = A000583(A017197(n)). - Michel Marcus, Nov 06 2015
a(n) = 81*A016780(n). - Michel Marcus, Nov 06 2015
From Ilya Gutkovskiy, Jun 16 2016: (Start)
G.f.: 81*(1 + 251*x + 1131*x^2 + 545*x^3 + 16*x^4)/(1 - x)^5.
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5). (End)