The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A128105 a(n) = smallest multiple of n which is > exp(n). 1
3, 8, 21, 56, 150, 408, 1099, 2984, 8109, 22030, 59884, 162756, 442416, 1202614, 3269025, 8886112, 24154960, 65659986, 178482314, 485165200, 1318815750, 3584912848, 9744803461, 26489122152, 72004899350, 195729609452 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = n * ceiling(e^n/n) = n* (A107316(n) +1)
MATHEMATICA
f[n_] := n*Ceiling[Exp[n]/n]; Array[f, 28] (* Ray Chandler, Feb 19 2007 *)
f[n_] := n - First@Mod[Exp[n], n]; Array[f, 27] (* Robert G. Wilson v *)
CROSSREFS
Sequence in context: A278616 A278615 A090413 * A085560 A318900 A243633
KEYWORD
nonn
AUTHOR
Leroy Quet, Feb 14 2007
EXTENSIONS
Extended by Robert G. Wilson v and Ray Chandler, Feb 19 2007
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 19 11:03 EDT 2024. Contains 372683 sequences. (Running on oeis4.)