[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A117836
Semiprimes of the form floor(e^k).
1
403, 3269017, 485165195, 3584912846, 26489122129, 29048849665247, 639843493530054949, 114200738981568428366295718, 66631762164108958342448140502408732626873, 492345828601205839975486205911330449483779
OFFSET
1,1
LINKS
FORMULA
A000149 Intersection A001358.
EXAMPLE
a(1) = 403 = floor(e^6) = 13 * 31.
a(2) = 3269017 = floor(e^15) = 773 * 4229.
a(3) = 485165195 = floor(e^20) = 5 * 97033039.
a(4) = 3584912846 = floor(e^22) = 2 * 1792456423.
a(5) = 26489122129 = floor(e^24) = 103 * 257175943.
MATHEMATICA
Select[Table[Floor[Exp[k]], {k, 100}], PrimeOmega[#]==2&] (* James C. McMahon, Sep 14 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Jonathan Vos Post, Apr 30 2006
EXTENSIONS
a(6)-a(10) from Giovanni Resta, Jun 15 2016
STATUS
approved