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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A179180 Partial sums of A007895. 3
0, 1, 2, 3, 5, 6, 8, 10, 11, 13, 15, 17, 20, 21, 23, 25, 27, 30, 32, 35, 38, 39, 41, 43, 45, 48, 50, 53, 56, 58, 61, 64, 67, 71, 72, 74, 76, 78, 81, 83, 86, 89, 91, 94, 97, 100, 104, 106, 109, 112, 115, 119, 122, 126, 130, 131, 133, 135, 137, 140, 142, 145 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

COMMENTS

Total number of summands in Zeckendorf representations of all the numbers 1,2,...,n (for n>0); see the conjecture at A214979.  [Clark Kimberling, Oct 23 2012]

LINKS

Clark Kimberling, Table of n, a(n) for n = 0..10000

EXAMPLE

For n = 6, a(n) = 1+1+1+2+1+2 = 8.

MATHEMATICA

s = Reverse[Table[Fibonacci[n + 1], {n, 1, 70}]];

t2 = Map[Length[Select[Reap[FoldList[(Sow[Quotient[#1, #2]]; Mod[#1, #2]) &, #, s]][[2, 1]], # > 0 &]] &, Range[z]]; v[n_] := Sum[t2[[k]], {k, 1, n}];

v1 = Table[v[n], {n, 1, z}]

(* Peter Moses, Oct 18 2012 *)

CROSSREFS

Cf. A007895, A214979.

Sequence in context: A186322 A092979 A135260 * A085921 A005243 A117045

Adjacent sequences:  A179177 A179178 A179179 * A179181 A179182 A179183

KEYWORD

nonn

AUTHOR

Walt Rorie-Baety, Jun 30 2010

EXTENSIONS

Corrected term a(17); the working list of the terms were not in order. Walt Rorie-Baety, Jun 30 2010

Extended by Clark Kimberling, Oct 23 2012

STATUS

approved

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 May 19 07:18 EDT 2013. Contains 225429 sequences.