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!)
A162929 Primes of the form n^n+(n+1)^(n+1)+6. 0
11, 37, 49787, 404197711 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes of the form A056788(k)+6, associated with k=2, 3, 6, 9, 126,...
The term a(5) has 265 digits.
LINKS
EXAMPLE
2^2+3^3+6=37.
MATHEMATICA
f[n_]:=n^n+(n+1)^(n+1)+6; lst={}; Do[If[PrimeQ[f[n]], AppendTo[lst, f[n]]], {n, 2*5!}]; lst
Select[Table[n^n+(n+1)^(n+1)+6, {n, 500}], PrimeQ] (* Harvey P. Dale, Jan 30 2014 *)
CROSSREFS
Sequence in context: A084018 A235874 A012820 * A116059 A100842 A057664
KEYWORD
nonn
AUTHOR
EXTENSIONS
Edited by R. J. Mathar, Jul 19 2009
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 May 14 13:07 EDT 2024. Contains 372533 sequences. (Running on oeis4.)