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!)
A099482 Semiprimes of the form 2^k - k^2. 3
1927, 8023, 32543, 2096711, 8388079, 137438952103, 549755812367, 2199023253871, 8796093020359, 140737488353119, 562949953418911, 36028797018960943, 147573952589676408439, 37778931862957161703943 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(2) = 8023 because 8023 = 71*113 = 2^13 - 13^2 = 2^A099481(2) - A099481(2)^2.
MATHEMATICA
Select[Table[2^n - n^2, {n, 100}], PrimeOmega[#] == 2&] (* Vincenzo Librandi, Sep 21 2012 *)
CROSSREFS
Cf. A024012 2^n-n^2, A099481 2^k-k^2 is a semiprime, A072180 2^k-k^2 is prime, A075896 primes of the form 2^k-k^2.
Sequence in context: A283949 A133301 A258841 * A253337 A200435 A252108
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, Oct 18 2004
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 10:47 EDT 2024. Contains 371967 sequences. (Running on oeis4.)