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.

A333502 a(n) is the n-th number m such that m^2 divides n^m - 1 (or 0 if m does not exist).

Original entry on oeis.org

1, 0, 4, 903, 12, 776119592182705, 12, 42931441, 136, 27486820443, 60, 107342336783, 84
Offset: 1

Views

Author

Seiichi Manyama, Mar 24 2020

Keywords

Crossrefs

Main diagonal of A333500.

Programs

  • PARI
    {a(n) = if(n==2, 0, my(cnt=0, k=0); while(cnt
    				

Formula

a(n) = A333500(n,n).