A301811 Primes of form 3*k^k + 2.
5, 83, 9377, 2470631
Offset: 1
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
Table[FactorInteger [((2 n + 1)^(2 n + 1) + 2)][[1, 1]], {n, 0, 46}] (* Vincenzo Librandi, Feb 24 2014 *) FactorInteger[#^#+2][[1,1]]&/@Range[1,91,2] (* Harvey P. Dale, Aug 27 2023 *)
A228613=n->factor((2*n+1)^(2*n+1)+2)[1,1]
Comments