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.

A177353 n! (mod n^2+1).

Original entry on oeis.org

1, 2, 6, 7, 16, 17, 40, 20, 30, 72, 108, 45, 20, 188, 206, 115, 240, 0, 12, 266, 0, 355, 440, 17, 612, 271, 260, 485, 302, 459, 884, 750, 930, 936, 1064, 1088, 860, 0, 196, 1430, 1218, 1725, 0, 143, 916, 870, 0, 1990, 2024, 2419, 2, 2610, 2770, 1355, 2040, 99, 0, 465, 310, 2015
Offset: 1

Views

Author

Vladimir Shevelev, Dec 18 2010

Keywords

Comments

a(n)=0 if n is in A120416. - Ivan Neretin, May 22 2015

Crossrefs

Programs

  • Mathematica
    Table[Mod[n!, n^2 + 1], {n, 60}]