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.

A016751 a(n) = (2*n)^11.

Original entry on oeis.org

0, 2048, 4194304, 362797056, 8589934592, 100000000000, 743008370688, 4049565169664, 17592186044416, 64268410079232, 204800000000000, 584318301411328, 1521681143169024, 3670344486987776, 8293509467471872, 17714700000000000, 36028797018963968, 70188843638032384
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A016763.

Programs

Formula

G.f.: 2048*x*(1 + 2036*x + 152637*x^2 + 2203488*x^3 + 9738114*x^4 + 15724248*x^5 + 9738114*x^6 + 2203488*x^7 + 152637*x^8 + 2036*x^9 + x^10)/(x-1)^12. - R. J. Mathar, Jul 07 2017
From Amiram Eldar, Oct 11 2020: (Start)
Sum_{n>=1} 1/a(n) = zeta(11)/2048.
Sum_{n>=1} (-1)^(n+1)/a(n) = 1023*zeta(11)/2097152. (End)