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.

A162928 Primes of the form A056788(k)-2.

This page as a plain text file.
%I A162928 #3 Mar 31 2012 12:38:25
%S A162928 3,29,281,870197,311791207040507
%N A162928 Primes of the form A056788(k)-2.
%C A162928 The term a(6) has 291 digits.
%e A162928 a(1)=A056788(2)-2=3. a(2)=A056788(3)-2=29, associated with k=2, 3, 4, 7, 13, 136,....
%t A162928 f[n_]:=n^n+(n+1)^(n+1)-2; lst={};Do[If[PrimeQ[f[n]],AppendTo[lst,f[n]]], {n,2*5!}];lst
%Y A162928 Cf. A162927, A056788
%K A162928 nonn
%O A162928 1,1
%A A162928 _Vladimir Joseph Stephan Orlovsky_, Jul 17 2009
%E A162928 Edited by _R. J. Mathar_, Jul 19 2009