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!)
A233397 a(n) = floor(n^n / 3^n). 1
1, 0, 0, 1, 3, 12, 64, 376, 2557, 19683, 169350, 1610592, 16777216, 189970982, 2323244584, 30517578125, 428528437130, 6405755132013, 101559956668416, 1702215647540101, 30072865982171749, 558545864083284007, 10880062101736647492, 221794805104450672070 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
PROG
(Python)
for n in range(33): print str(n**n // 3**n)+', ',
CROSSREFS
Sequence in context: A052757 A345883 A365122 * A206226 A371495 A326809
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Dec 08 2013
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 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)