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!)
A129794 a(n) = floor(4^n/n). 4
4, 8, 21, 64, 204, 682, 2340, 8192, 29127, 104857, 381300, 1398101, 5162220, 19173961, 71582788, 268435456, 1010580540, 3817748707, 14467258260, 54975581388, 209430786243, 799644820200, 3059510616420, 11728124029610 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[Floor[4^n/n], {n, 25}] (* Harvey P. Dale, Jul 24 2011 *)
PROG
(Magma)[Floor(4^n / n): n in [1..35]]; // Vincenzo Librandi, May 08 2011
(Python)
def A129794(n): return (1<<(n<<1))//n # Chai Wah Wu, Aug 24 2023
CROSSREFS
Sequence in context: A003608 A248423 A319565 * A370956 A064503 A050482
KEYWORD
nonn
AUTHOR
Mohammad K. Azarian, May 18 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 8 11:54 EDT 2024. Contains 372332 sequences. (Running on oeis4.)