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.

A370416 a(n) = numerator(N(1/2, n, 1)) where N(a, n, x) is the n-th Nørlund polynomial.

Original entry on oeis.org

1, 3, 25, 21, 237, 99, 4615, 565, 51901, 399, 16065, 98325, 14038755, -182583927, -71117773, 422152885, 10925256881, -44057805309, -26772830363747, 40665147135379, 30655651211031601, -51940494584042939, -33067765545800195, 927986687975080713, 826078802370075053597
Offset: 0

Views

Author

Peter Luschny, Feb 18 2024

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Numerator@NorlundB[n, 1/2, 1] , {n, 0, 24}]