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!)
A094981 a(n) = floor(9^n/4^n). 1
1, 2, 5, 11, 25, 57, 129, 291, 656, 1477, 3325, 7481, 16834, 37876, 85222, 191751, 431439, 970739, 2184164, 4914369, 11057332, 24878997, 55977744, 125949925, 283387333, 637621500, 1434648375, 3227958844, 7262907400, 16341541651 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[ Floor[(9/4)^n], {n, 0, 30}]
PROG
(Magma) [Floor(9^n / 4^n): n in [0..40]]; // Vincenzo Librandi, Sep 08 2011
(Maxima) A094981(n):=floor(9^n/4^n)$ makelist(A094981(n), n, 0, 60); /* Martin Ettl, Oct 25 2012 */
CROSSREFS
Sequence in context: A006054 A106805 A356846 * A304969 A239812 A097779
KEYWORD
nonn,easy
AUTHOR
Robert G. Wilson v, May 26 2004
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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)