The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A301524 Numbers k such that 16*k^k - 1 is prime. 1
3, 5, 15, 27 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are odd since 16*(2*m)^(2*m) - 1 = (2^(m+2)*m^m - 1)*(2^(m+2)*m^m + 1). - Altug Alkan, Mar 23 2018
Next term, if it exists, is greater than 5000. - Vaclav Kotesovec, Mar 25 2018
LINKS
MATHEMATICA
Select[Range[1000], PrimeQ[16*#^# - 1] &] (* Vaclav Kotesovec, Mar 25 2018 *)
PROG
(PARI) for(n=0, 1000, if(isprime(16*n^n-1), print1(n", ")))
CROSSREFS
Sequence in context: A146582 A349967 A321985 * A202212 A253790 A372430
KEYWORD
nonn,more
AUTHOR
Seiichi Manyama, Mar 23 2018
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 June 7 02:28 EDT 2024. Contains 373140 sequences. (Running on oeis4.)