OFFSET
1,1
FORMULA
Conjectures from Chai Wah Wu, Jan 12 2023: (Start)
a(n) = 2*a(n-1) + 2*a(n-2) - 4*a(n-3) - 2*a(n-4) + 2*a(n-5) + a(n-6) for n > 8.
G.f.: x*(-x^7 - x^6 + 3*x^5 + 4*x^2 - x - 3)/((x - 1)*(x + 1)*(x^2 + x - 1)^2). (End)
EXAMPLE
The integers k satisfying floor(k/r^3)=3 are 13,14,15,16, so that a(3)=16.
PROG
(PARI) a(n) = floor(((1+sqrt(5))/2)^n*(n+1)) \\ David A. Corneth, May 07 2022
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Nov 22 2010
EXTENSIONS
a(23) corrected by Andrey Zabolotskiy, May 07 2022
More terms from David A. Corneth, May 07 2022
STATUS
approved