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.

A017543 a(n) = (12*n + 1)^11.

Original entry on oeis.org

1, 1792160394037, 2384185791015625, 177917621779460413, 3909821048582988049, 43513917611435838661, 313726685568359708377, 1673432436896142578125, 7153014030880804126753, 25804264053054077850709, 81402749386839761113321, 230339304218442143770717
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A008455 (n^11), A017533 (12n+1).

Programs

Formula

a(n) = A008455(A017533(n)). - Michel Marcus, Jul 28 2015
a(n) = Sum_{k=0..11} binomial(11,k)*(12*n)^k. - Robert Israel, Jul 28 2015