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!)
A192684 Floor-Sqrt transform of numbers of A004148 (secondary structures). 0
1, 1, 1, 1, 2, 2, 4, 6, 9, 13, 20, 31, 47, 73, 112, 174, 269, 418, 651, 1015, 1586, 2481, 3886, 6095, 9571, 15048, 23684, 37312, 58837, 92857, 146667, 231831, 366707, 580438, 919314, 1456898, 2310137, 3665024, 5817475, 9238469, 14677875, 23329993, 37097578, 59013025, 93910464, 149498476 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = floor(sqrt(A004148(n))).
MATHEMATICA
FSFromSeries[f_, x_, n_] := Map[Floor[Sqrt[#]]&, CoefficientList[Series[f, {x, 0, n}], x]]
FSFromSeries[(1-x+x^2-Sqrt[1-2x-x^2-2x^3+x^4])/(2x^2), x, 100]
CROSSREFS
Sequence in context: A362260 A306730 A209603 * A274147 A226496 A047084
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)