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.

A016961 a(n) = (6*n + 4)^5.

Original entry on oeis.org

1024, 100000, 1048576, 5153632, 17210368, 45435424, 102400000, 205962976, 380204032, 656356768, 1073741824, 1680700000, 2535525376, 3707398432, 5277319168, 7339040224, 10000000000, 13382255776, 17623416832, 22877577568, 29316250624, 37129300000, 46525874176
Offset: 0

Views

Author

Keywords

Crossrefs

Subsequence of A000584.

Programs

  • Magma
    [(6*n+4)^5: n in [0..30]]; // Vincenzo Librandi, May 06 2011
  • Mathematica
    a[n_] := (6*n + 4)^5; Array[a, 20, 0] (* Amiram Eldar, Mar 31 2022 *)
    LinearRecurrence[{6,-15,20,-15,6,-1},{1024,100000,1048576,5153632,17210368,45435424},30] (* Harvey P. Dale, Jan 01 2025 *)

Formula

From Amiram Eldar, Mar 31 2022: (Start)
a(n) = A016957(n)^5.
a(n) = 32*A016793(n).
Sum_{n>=0} 1/a(n) = 121*zeta(5)/7776 - Pi^5/(11664*sqrt(3)). (End)