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!)
A053639 a(n) = ceiling(2^(n+1)/n). 3
4, 4, 6, 8, 13, 22, 37, 64, 114, 205, 373, 683, 1261, 2341, 4370, 8192, 15421, 29128, 55189, 104858, 199729, 381301, 729445, 1398102, 2684355, 5162221, 9942054, 19173962, 37025581, 71582789, 138547333, 268435456, 520602097 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
A053639:=n->ceil(2^(n+1)/n): seq(A053639(n), n=1..40); # Wesley Ivan Hurt, Jan 19 2017
MATHEMATICA
Table[Ceiling[2^(n+1)/n], {n, 1, 40}] (* Vincenzo Librandi, Dec 19 2011 *)
PROG
(Magma) [Ceiling(2^(n+1)/n): n in [1..40]]; // Vincenzo Librandi, Dec 19 2011
(PARI) vector(40, n, ceil(2^(n+1)/n) ) \\ G. C. Greubel, May 17 2019
(Sage) [ceil(2^(n+1)/n) for n in (1..40)] # G. C. Greubel, May 17 2019
CROSSREFS
Sequence in context: A011982 A282939 A175216 * A100090 A222732 A363703
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 25 13:27 EDT 2024. Contains 371971 sequences. (Running on oeis4.)