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.

Previous Showing 11-11 of 11 results.

A307094 a(n) = Sum_{k=0..n} (-1)^k * binomial(n^2,k^2).

Original entry on oeis.org

1, 0, -2, 117, -9634, 12625, 6612982405, -59596651685928, 718060704631041758, 93531932148176228605941, -94958916373783601251815537977, 135510731474135489426391897083350463
Offset: 0

Views

Author

Seiichi Manyama, Mar 24 2019

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := Sum[(-1)^k * Binomial[n^2, k^2], {k, 0, n}]; Array[a, 12, 0] (* Amiram Eldar, May 20 2021 *)
  • PARI
    {a(n) = sum(k=0, n, (-1)^k*binomial(n^2, k^2))}

Formula

a(n) = A307093(n^2).
Previous Showing 11-11 of 11 results.