The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A192673 Floor-Sqrt transform of large Schroder numbers (A006318). 0
1, 1, 2, 4, 9, 19, 42, 92, 203, 453, 1018, 2300, 5224, 11919, 27301, 62750, 144662, 334392, 774802, 1799089, 4185524, 9754468, 22769099, 53225213, 124585182, 291975928, 685044632, 1608962053, 3782645385, 8901012965, 20962890607, 49409138924, 116543063346, 275086432485 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = floor(sqrt(largeSchroder(n))).
MATHEMATICA
FSFromSeries[f_, x_, n_] := Map[Floor[Sqrt[#]]&, CoefficientList[Series[f, {x, 0, n}], x]]
FSFromSeries[(1-x-Sqrt[1-6x+x^2])/(2x), x, 100]
CROSSREFS
Sequence in context: A307464 A127681 A192923 * A193021 A112569 A301706
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 May 15 14:22 EDT 2024. Contains 372540 sequences. (Running on oeis4.)