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!)
A341249 a(n) = floor(r*floor(s*n)), where r = 2 + sqrt(2) and s = sqrt(2). 2
3, 6, 13, 17, 23, 27, 30, 37, 40, 47, 51, 54, 61, 64, 71, 75, 81, 85, 88, 95, 99, 105, 109, 112, 119, 122, 129, 133, 139, 143, 146, 153, 157, 163, 167, 170, 177, 180, 187, 191, 194, 201, 204, 211, 215, 221, 225, 228, 235, 238, 245, 249, 252, 259, 262, 269 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: 1 < r*s*n - a(n) < 2 for n >= 1.
LINKS
MATHEMATICA
z = 140; r = 2 + Sqrt[2]; s = Sqrt[2]; f[x_] := Floor[r*Floor[s*x]];
Table[f[n], {n, 1, z}]
Table[Floor[(2+Sqrt[2])Floor[n Sqrt[2]]], {n, 60}] (* Harvey P. Dale, Oct 09 2022 *)
CROSSREFS
Sequence in context: A248043 A189420 A215972 * A145604 A053569 A310123
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Feb 13 2021
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)