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!)
A192676 Floor-Sqrt transform of derangement numbers (A000166). 0
1, 0, 1, 1, 3, 6, 16, 43, 121, 365, 1155, 3832, 13274, 47862, 179084, 693589, 2774358, 11438972, 48531450, 211543687, 946052129, 4335355493, 20334619731, 97521410321, 477755388567, 2388776942837, 12180420245150, 63291320166423, 334906186618646, 1803525009870353 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = floor(sqrt(derangements(n))).
MATHEMATICA
FSFromExpSeries[f_, x_, n_] := Map[Floor[Sqrt[#]]&, CoefficientList[Series[f, {x, 0, n}], x]Table[k!, {k, 0, n}]]
FSFromExpSeries[Exp[-x]/(1-x), x, 100]
CROSSREFS
Cf. A000166.
Sequence in context: A371705 A007561 A274295 * A202846 A107269 A333026
KEYWORD
nonn
AUTHOR
Emanuele Munarini, Jul 07 2011
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)