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!)
A268987 Primes of the form k^(k + 1) + k - 1. 2

%I #28 Sep 08 2022 08:46:15

%S 83,15629,279941,3486784409,6568408355712890639

%N Primes of the form k^(k + 1) + k - 1.

%C The next prime has 171 digits. - _Vincenzo Librandi_, Feb 17 2016

%C Subsequence of primes of A155499. - _Michel Marcus_, Feb 20 2016

%H Factordb, <a href="http://factordb.com/index.php?query=n%5E%28n+%2B+1%29+%2B+n+-+1&amp;use=n&amp;n=0&amp;VP=on&amp;VC=on&amp;EV=on&amp;OD=on&amp;PR=on&amp;FF=on&amp;PRP=on&amp;CF=on&amp;U=on&amp;C=on&amp;perpage=200&amp;format=1">n^(n + 1) + n - 1</a>.

%t Select[Table[n^(n + 1) + n - 1, {n, 1, 50}], ProvablePrimeQ[#] &]

%o (Magma) [a: n in [0..100] | IsPrime(a) where a is n^(n+1)+n-1]; // _Vincenzo Librandi_, Feb 17 2016

%o (PARI) lista(nn) = for(k=1, nn, if(ispseudoprime(q=k^(k+1)+k-1), print1(q, ", "))); \\ _Jinyuan Wang_, Mar 01 2020

%Y Cf. A155499, A161471, A161472, A187602, A187605.

%Y Cf. A309140 (the corresponding values of k).

%K nonn

%O 1,1

%A _Soumadeep Ghosh_, Feb 16 2016

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 May 18 19:36 EDT 2024. Contains 372666 sequences. (Running on oeis4.)