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!)
A060505 a(n) = floor(2^n/(n^2)). 6
2, 1, 0, 1, 1, 1, 2, 4, 6, 10, 16, 28, 48, 83, 145, 256, 453, 809, 1452, 2621, 4755, 8665, 15857, 29127, 53687, 99273, 184112, 342392, 638372, 1193046, 2234634, 4194304, 7887910, 14861478, 28048766, 53024287, 100393684, 190358661, 361443664 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = floor(A000079(n)/A000290(n+1)).
MATHEMATICA
Table[Floor[2^w/(w^2)], {w, 1, 40}];
PROG
(PARI) a(n)={floor(2^n/(n^2))} \\ Harry J. Smith, Jul 06 2009
CROSSREFS
Sequence in context: A299038 A273693 A219967 * A336727 A316101 A211452
KEYWORD
easy,nonn
AUTHOR
Labos Elemer, Apr 11 2001
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:25 EDT 2024. Contains 371971 sequences. (Running on oeis4.)