login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120615 a(n)=sum(k=0,n,floor(phi*floor(n/phi))) where phi=(1+sqrt(5))/2. 2
0, 1, 2, 5, 9, 13, 19, 25, 33, 42, 51, 62, 74, 86, 100, 114, 130, 147, 164, 183, 202, 223, 245, 267, 291, 316, 341, 368, 395, 424, 454, 484, 516, 549, 582, 617, 652, 689, 727, 765, 805, 845, 887, 930, 973, 1018, 1064, 1110, 1158, 1206, 1256, 1307, 1358, 1411 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

FORMULA

a(n)=n*(n-3)/2+ceil(n/phi)

PROG

(PARI) phi=(1+sqrt(5))/2; a(n)=n*(n-3)/2+ceil(n/phi)

CROSSREFS

Cf. A120613, A120614.

Sequence in context: A130235 A129726 A122489 * A038707 A071705 A190713

Adjacent sequences:  A120612 A120613 A120614 * A120616 A120617 A120618

KEYWORD

nonn

AUTHOR

Benoit Cloitre (abmt(AT)orange.fr), Jun 17 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 20:13 EST 2012. Contains 205663 sequences.