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!)
A162928 Primes of the form A056788(k)-2. 0
3, 29, 281, 870197, 311791207040507 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The term a(6) has 291 digits.
LINKS
EXAMPLE
a(1)=A056788(2)-2=3. a(2)=A056788(3)-2=29, associated with k=2, 3, 4, 7, 13, 136,....
MATHEMATICA
f[n_]:=n^n+(n+1)^(n+1)-2; lst={}; Do[If[PrimeQ[f[n]], AppendTo[lst, f[n]]], {n, 2*5!}]; lst
CROSSREFS
Sequence in context: A037672 A037798 A224754 * A124263 A180828 A026130
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 July 18 13:34 EDT 2024. Contains 374378 sequences. (Running on oeis4.)