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-1 of 1 results.

A381197 a(n) = numerator( [(x*y*z*u)^n] 1/sqrt(1 - (x + y + z + u*(x*y + x*z + y*z))) ).

Original entry on oeis.org

1, 9, 1575, 107415, 143918775, 13539797271, 5492167201521, 586937023583625, 4173054453859037175, 477630312182609961375, 223908157536370130248425, 26751307348701533866638825, 51959852697049291288154030625, 6393039919009116988875533492625, 3182668486503393355366954041669375
Offset: 0

Views

Author

Stefano Spezia, Feb 16 2025

Keywords

Crossrefs

Cf. A268554, A381198 (denominators).

Programs

  • Mathematica
    a[n_]:=Numerator[SeriesCoefficient[1/Sqrt[1-(x+y+z+u*(x*y+x*z+y*z))],{x,0,n},{y,0,n},{z,0,n},{u,0,n}]]; Array[a,15,0]
Showing 1-1 of 1 results.