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!)
A288491 Numbers k such that k^k*prime(k) - 1 is prime. 0
2, 6, 40, 56, 954 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(6) > 22000. - Giovanni Resta, Jun 12 2017
LINKS
EXAMPLE
a(1) = 2 because 3*2^2-1 = 11 a prime.
a(2) = 6 because 13*6^6-1 = 606527 a prime.
MATHEMATICA
Select[Range[1000], PrimeQ[Prime[#] #^# - 1] &]
PROG
(Magma) [n: n in [1..1000] | IsPrime(NthPrime(n)*n^n-1)];
CROSSREFS
Cf. A086173.
Sequence in context: A340299 A068207 A331702 * A212883 A336959 A027161
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Jun 10 2017
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)