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.

A114846 Numbers of the form p^p - p!, where p is a prime.

This page as a plain text file.
%I A114846 #7 Sep 16 2015 00:36:43
%S A114846 2,21,3005,818503,285271753811,302868879571453,827239906198908668177,
%T A114846 1978419534015213180291979,20880467973995895295470056270567,
%U A114846 2567686153152369372568088512776472510483469,17069174130715013119956465106241589193164734431
%N A114846 Numbers of the form p^p - p!, where p is a prime.
%C A114846 Except for the term 2, p^p - p! is equal to the sum of p distinct primes.
%t A114846 Table[Prime[n]^Prime[n] - Prime[n]!, {n, 1, 11}] (* _Stefan Steinerberger_, Feb 21 2006 *)
%t A114846 Table[p^p-p!,{p,Prime[Range[15]]}] (* _Harvey P. Dale_, Feb 03 2015 *)
%Y A114846 Cf. A036679.
%K A114846 easy,nonn
%O A114846 1,1
%A A114846 _Giovanni Teofilatto_, Feb 20 2006
%E A114846 More terms from _Stefan Steinerberger_, Feb 21 2006