login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A177008 Primes of the form n^(n-1)+n-1. 2
3, 11, 67, 1000000009, 550618520345910837374536871905139185678862431 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence is a subsequence of A173235. Next term, if it exist
has more than 11111 digits.
LINKS
EXAMPLE
p=10^9+9 is prime, so p is in the sequence.
MATHEMATICA
Do[If[PrimeQ[n^(n-1)+n-1], Print[n^(n-1)+n-1]], {n, 3174}]
CROSSREFS
Sequence in context: A326091 A173235 A201259 * A218923 A342436 A342394
KEYWORD
hard,more,nonn
AUTHOR
Shirin Alam Holi (mymtain(AT)yahoo.com), May 12 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 22:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)