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!)
A184588 floor[(n+1/2)*e/(e-1)]. 1
2, 3, 5, 7, 8, 10, 11, 13, 15, 16, 18, 19, 21, 22, 24, 26, 27, 29, 30, 32, 34, 35, 37, 38, 40, 41, 43, 45, 46, 48, 49, 51, 52, 54, 56, 57, 59, 60, 62, 64, 65, 67, 68, 70, 71, 73, 75, 76, 78, 79, 81, 83, 84, 86, 87, 89, 90, 92, 94, 95, 97, 98, 100, 102, 103, 105, 106, 108, 109, 111, 113, 114, 116, 117, 119, 121, 122, 124, 125, 127, 128, 130, 132, 133, 135, 136, 138, 140, 141, 143, 144, 146, 147, 149, 151, 152, 154, 155, 157, 158, 160, 162, 163, 165, 166, 168, 170, 171, 173, 174, 176, 177, 179, 181, 182, 184, 185, 187, 189, 190 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The complement of A184588 appears to be A060644.
LINKS
FORMULA
a(n)=floor[(n+1/2)*e/(e-1)].
MATHEMATICA
r=E; c=1/2; s=r/(r-1);
Table[Floor[n*r-c*r], {n, 1, 120}] (* A060644? *)
Table[Floor[n*s+c*s], {n, 1, 120}] (* A184588 *)
CROSSREFS
Cf. A060644.
Sequence in context: A076798 A185596 A298863 * A047488 A295282 A066093
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 17 2011
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 23 14:49 EDT 2024. Contains 371914 sequences. (Running on oeis4.)