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.

A302686 a(n) = [x^n] 1 + x*(1 + x*(1 + x*(1 + x*(1 + ...)^(4*n))^(3*n))^(2*n))^n.

Original entry on oeis.org

1, 1, 2, 21, 596, 32805, 2960496, 396523540, 73803150440, 18216533196693, 5757491981210470, 2267526164705341925, 1088820552191787545688, 626169526288460672060244, 424903177461959840892846066, 335946105815409394263421836000, 306145042287138023678922165314512
Offset: 0

Views

Author

Ilya Gutkovskiy, Apr 11 2018

Keywords

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[1 + x Fold[(x #1 + 1)^(n #2) &, 0, Reverse[Range[n]]], {x, 0, n}], {n, 0, 16}]