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!)
A099498 Semiprimes of the form A007925(n) = n^(n+1)-(n+1)^n. 3
7849, 3667649, 91171007, 2395420006033, 11877172892329028459041, 604107995057426434824791, 107174878415004743976428761769, 424678439961073471604787362241217, 1983672219242345491970468171243171249, 10788746499945827829225142589096882612369, 42855626937384013751014398588294858582343260060671 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1)=7849 because 5^6-6^5=7849=47*167 is a semiprime.
MATHEMATICA
Select[Table[n^(n + 1) - (n + 1)^n, {n, 30}], PrimeOmega[#] == 2&] (* Vincenzo Librandi, Sep 21 2012 *)
PROG
(Magma) IsSemiprime:=func<n | &+[d[2]: d in Factorization(n)] eq 2>; [s: n in [3..30] | IsSemiprime(s) where s is n^(n+1)-(n+1)^n]; // Vincenzo Librandi, Sep 21 2012
CROSSREFS
Cf. A007925 n^(n+1)-(n+1)^n, A072179 n^(n+1)-(n+1)^n is prime, A099499 primes of the form n^(n+1)-(n+1)^n, A099497 n^(n+1)-(n+1)^n is a semiprime.
Sequence in context: A234477 A286181 A045277 * A286208 A268583 A045292
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, Oct 19 2004
EXTENSIONS
a(9)-a(11) from Vincenzo Librandi, Sep 21 2012
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 2 04:48 EDT 2024. Contains 372178 sequences. (Running on oeis4.)