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!)
A117879 First semiprime after e^n. 2
4, 4, 9, 21, 55, 155, 407, 1099, 2981, 8105, 22033, 59881, 162757, 442417, 1202611, 3269021, 8886117, 24154953, 65659981, 178482301, 485165203, 1318815739, 3584912849, 9744803447, 26489122131, 72004899341, 195729609431 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Semiprime analog of A074496 = first prime after e^n. Lim_{n->infinity} a(n+1)/a(n) = e. There are numbers where floor(e^n) is itself a semiprime, as with floor(e^6) = 403 = 13 * 31, floor(e^15) = 3269017 = 773 * 4229, floor(e^20) = 485165195 = 5 * 97033039, floor(e^22) = 3584912846 = 2 * 1792456423, floor(e^24) = 26489122129 = 103 * 257175943.
LINKS
Eric Weisstein's World of Mathematics, e-Prime.
FORMULA
a(n) = Smallest semiprime > e^n. Smallest semiprime > floor(e^n). a(n) = min{s > A000149(n) and s in A001358}.
MATHEMATICA
fsa[n_]:=Module[{i=1, c=Floor[E^n]}, While[PrimeOmega[c+i]!=2, i++]; c+i]; Array[fsa, 30, 0] (* Harvey P. Dale, Oct 18 2013 *)
CROSSREFS
Sequence in context: A067553 A112683 A192030 * A334009 A069549 A118069
KEYWORD
easy,nonn,less
AUTHOR
Jonathan Vos Post, May 02 2006
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 20 03:53 EDT 2024. Contains 371798 sequences. (Running on oeis4.)