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!)
A129230 a(n) = floor(n*r) + floor((n-2)*r) + floor((n-4)*r) + ... + floor(k*r), where r = golden ratio = (1 + sqrt(5))/2 and k = n mod 2. 1
0, 1, 3, 5, 9, 13, 18, 24, 30, 38, 46, 55, 65, 76, 87, 100, 112, 127, 141, 157, 173, 190, 208, 227, 246, 267, 288, 310, 333, 356, 381, 406, 432, 459, 487, 515, 545, 574, 606, 637, 670, 703, 737, 772, 808, 844, 882, 920, 959, 999, 1039, 1081, 1123, 1166, 1210 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} A129229(k).
MATHEMATICA
Module[{nn=60, fgm}, fgm=Floor[GoldenRatio*Range[nn]]; Union[Flatten[ Table[ {Total[ Take[fgm, {1, n, 2}]], Total[Take[fgm, {2, n, 2}]]}, {n, nn}]]]] (* Harvey P. Dale, Feb 03 2016 *)
CROSSREFS
Cf. A129229.
Sequence in context: A356254 A122248 A024403 * A203567 A350660 A071404
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 04 2007
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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)