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.

A301318 a(n) = sqrt(A299921(n)).

Original entry on oeis.org

0, 1, 2, 3, 4, 11, 18, 23, 64, 105, 134, 373, 612, 781, 2174, 3567, 4552, 12671, 20790, 26531, 73852, 121173, 154634, 430441, 706248, 901273, 2508794, 4116315, 5253004, 14622323, 23991642, 30616751, 85225144, 139833537, 178447502, 496728541, 815009580, 1040068261, 2895146102, 4750223943, 6061962064, 16874148071, 27686334078, 35331704123
Offset: 1

Views

Author

Joerg Arndt, Mar 18 2018

Keywords

Crossrefs

Cf. A299921.

Programs

  • PARI
    concat( [0], Vec((1 + 2*x + 3*x^2 - 2*x^3 - x^4) / (1 - 6*x^3 + x^6) + O(x^66)))

Formula

G.f.: x * (1 + 2*x + 3*x^2 - 2*x^3 - x^4) / (1 - 6*x^3 + x^6).