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.

A177008 Primes of the form n^(n-1)+n-1.

This page as a plain text file.
%I A177008 #2 Aug 27 2010 03:00:00
%S A177008 3,11,67,1000000009,550618520345910837374536871905139185678862431
%N A177008 Primes of the form n^(n-1)+n-1.
%C A177008 This sequence is a subsequence of A173235. Next term, if it exist
%C A177008 has more than 11111 digits.
%e A177008 p=10^9+9 is prime, so p is in the sequence.
%t A177008 Do[If[PrimeQ[n^(n-1)+n-1], Print[n^(n-1)+n-1]], {n,3174}]
%Y A177008 Cf. A173235, A177007, A177009, A177010, A177011
%K A177008 hard,more,nonn
%O A177008 1,1
%A A177008 Shirin Alam Holi (mymtain(AT)yahoo.com), May 12 2010