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!)
A228613 Least prime factor of (2n+1)^(2n+1)+2 1
3, 29, 53, 3, 59, 97, 3, 23, 7, 3, 31, 19, 3, 5, 51131, 3, 5, 2003, 3, 229, 139, 3, 4215399123059, 5, 3, 179, 5, 3, 43, 7, 3, 103993, 61141, 3, 19961719, 13, 3, 2391083871204802979, 331, 3, 89, 30707, 3, 5, 601, 3, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Suggested by S. Sykora in a discussion in the OEIS users group on LinkedIn, since the numbers to be factored here are more "elementary" than those of the existing A216146, in turn motivated by A160360.
As of today, a(47) seems not yet known.
LINKS
Factor DB, (2*n+1)^(2*n+1)+2.
FORMULA
a(3k)=3 for all k >= 0.
MATHEMATICA
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 *)
PROG
(PARI) A228613=n->factor((2*n+1)^(2*n+1)+2)[1, 1]
CROSSREFS
Sequence in context: A072306 A303137 A364076 * A071150 A107189 A059761
KEYWORD
nonn
AUTHOR
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 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)