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!)
A341254 a(n) = floor(r*floor(r*n)), where r = (2 + sqrt(5))/2. 2
4, 8, 12, 16, 21, 25, 29, 33, 40, 44, 48, 52, 57, 61, 65, 69, 76, 80, 84, 88, 93, 97, 101, 105, 110, 116, 120, 124, 129, 133, 137, 141, 146, 152, 156, 160, 165, 169, 173, 177, 182, 186, 192, 196, 201, 205, 209, 213, 218, 222, 228, 232, 237, 241, 245, 249 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: 1/4 < n*r^2 - a(n) < 3 for n >= 1.
LINKS
MATHEMATICA
z = 50; r = GoldenRatio + 1/2; f[x_] := Floor[r*Floor[r*x]];
Table[f[n], {n, 1, 120} ] (* A341254 *)
CROSSREFS
Cf. A341255.
Sequence in context: A311255 A190885 A004976 * A311256 A311257 A311258
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 September 2 15:48 EDT 2024. Contains 375613 sequences. (Running on oeis4.)