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!)
A350527 a(n) = c(n*r)*f(n/r), where f = floor, c = ceiling, and r = golden ratio (A001622). 2
0, 4, 5, 14, 27, 30, 48, 52, 75, 102, 108, 140, 176, 184, 225, 234, 280, 330, 341, 396, 408, 468, 532, 546, 615, 688, 704, 782, 799, 882, 969, 988, 1080, 1176, 1197, 1298, 1320, 1426, 1536, 1560, 1675, 1700, 1820, 1944, 1971, 2100, 2233, 2262, 2400, 2430 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The golden ratio r is the unique number x such that f(n*x)*c(n/x) - c(n*x)f(n/x) = n for all n >= 1.
LINKS
FORMULA
a(n) = -n + A350526(n) = -n + f(n*x)*c(n/x), where f = floor, c = ceiling, and r = golden ratio.
MATHEMATICA
r = GoldenRatio; c[x_] := Ceiling[x]; f[x_] := Floor[x];
Table[f[n r]*c[n/r], {n, 1, 100}] (* A350526 *)
Table[c[n r]*f[n/r], {n, 1, 100}] (* A350527 *)
Table[f[n r]*c[n/r] - c[n r]*f[n/r], {n, 1, 100}] (* A000027 *)
CROSSREFS
Sequence in context: A006904 A200177 A241863 * A316415 A007084 A216243
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 04 2022
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.)