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!)
A053638 a(n) = ceiling(2^n/n). 20
2, 2, 3, 4, 7, 11, 19, 32, 57, 103, 187, 342, 631, 1171, 2185, 4096, 7711, 14564, 27595, 52429, 99865, 190651, 364723, 699051, 1342178, 2581111, 4971027, 9586981, 18512791, 35791395, 69273667, 134217728, 260301049, 505290271 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A082482(n) + 1.
MATHEMATICA
Table[Ceiling[2^n/n], {n, 1, 40}] (* Vincenzo Librandi, Dec 19 2011 *)
PROG
(Magma) [Ceiling(2^n/n): n in [1..40]]; // Vincenzo Librandi, Dec 19 2011
(PARI) a(n)=ceil(2^n/n) \\ Charles R Greathouse IV, Apr 17 2012
(Sage) [ceil(2^n/n) for n in (1..40)] # G. C. Greubel, May 17 2019
CROSSREFS
Sequence in context: A110871 A243856 A173433 * A051920 A286350 A023105
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Mar 23 2000
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 19 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)