[go: up one dir, main page]

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!)
Search: a064546 -id:a064546
Displaying 1-1 of 1 result found. page 1
     Sort: relevance | references | number | modified | created      Format: long | short | data
A215460 Floor(n!^2 / n^n). +10
0
1, 1, 1, 2, 4, 11, 30, 96, 339, 1316, 5584, 25733, 128025, 683949, 3905083, 23731187, 152934464, 1041782238, 7479469995, 56448098958, 446768591341, 3700276748921, 32007269639380, 288630046441757, 2708888570942365, 26419890078249485, 267389254029561667 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
EXAMPLE
a(4) = Floor((4!)^2 / (4^4)) = Floor(24^2 / 256) = Floor(2.25) = 2.
PROG
(Python)
f = 1
for n in range(1, 33):
print f*f // n**n,
f *= n+1
CROSSREFS
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Aug 11 2012
STATUS
approved
page 1

Search completed in 0.004 seconds

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 August 29 06:09 EDT 2024. Contains 375510 sequences. (Running on oeis4.)