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.

Showing 1-2 of 2 results.

A016848 a(n) = (4*n+3)^12.

Original entry on oeis.org

531441, 13841287201, 3138428376721, 129746337890625, 2213314919066161, 21914624432020321, 150094635296999121, 787662783788549761, 3379220508056640625, 12381557655576425121, 39959630797262576401
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

A017145 a(n) = (8*n+6)^9.

Original entry on oeis.org

10077696, 20661046784, 1207269217792, 19683000000000, 165216101262848, 922190162669056, 3904305912313344, 13537086546263552, 40353607000000000, 106868920913284608, 257327417311663616, 572994802228616704, 1195092568622310912, 2357947691000000000, 4435453859151328768
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Magma
    [(8*n+6)^9: n in [0..20]]; // Vincenzo Librandi, Jul 21 2011
  • Mathematica
    (8*Range[0,20]+6)^9 (* or *) LinearRecurrence[{10,-45,120,-210,252,-210,120,-45,10,-1},{10077696,20661046784,1207269217792,19683000000000,165216101262848,922190162669056,3904305912313344,13537086546263552,40353607000000000,106868920913284608},20] (* Harvey P. Dale, Jun 04 2016 *)

Formula

a(n) = 512*A016845(n). - R. J. Mathar, Aug 26 2015
From Amiram Eldar, Apr 26 2023: (Start)
a(n) = A017137(n)^9.
Sum_{n>=0} 1/a(n) = 511*zeta(9)/524288 - 277*Pi^9/8455716864. (End)
Showing 1-2 of 2 results.