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!)
A309140 Numbers k such that k^(k + 1) + k - 1 is prime. 1
3, 5, 6, 9, 15, 87, 2323 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(7) > 2000.
a(8) > 5000. - Daniel Suteu, Jul 25 2019
a(8) > 10000. - Michael S. Branicky, Apr 01 2023
LINKS
PROG
(PARI) for(n=1, 100, my(x=n^(n+1)+n-1); if(isprime(x), print1(n, ", ")))
CROSSREFS
Sequence in context: A070117 A176345 A101139 * A102606 A102372 A095829
KEYWORD
nonn,more,hard
AUTHOR
Hugo Pfoertner, Jul 23 2019
EXTENSIONS
a(7) from Daniel Suteu, Jul 25 2019
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 September 15 11:09 EDT 2024. Contains 375938 sequences. (Running on oeis4.)