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.

A176825 Primes of the form (k+1)^k mod k^k.

This page as a plain text file.
%I A176825 #10 Jul 18 2019 11:44:10
%S A176825 113,24337,9492289
%N A176825 Primes of the form (k+1)^k mod k^k.
%C A176825 The next term is too large to include.
%C A176825 The corresponding values of k are 4, 6, 8, 132, ... - _Amiram Eldar_, Jul 18 2019
%H A176825 Amiram Eldar, <a href="/A176825/b176825.txt">Table of n, a(n) for n = 1..4</a>
%e A176825 5^4 mod 4^4 = 113 is a prime.
%t A176825 Select[Table[Mod[(n+1)^n,n^n],{n,140}],PrimeQ[ # ]&]
%Y A176825 Cf. A048160, A176824.
%K A176825 nonn,bref
%O A176825 1,1
%A A176825 _Vladimir Joseph Stephan Orlovsky_, Apr 26 2010