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!)
A104605 Triangle read by rows: row n gives list of powers of phi in the representation of the integer n as a sum of increasing nonconsecutive powers of the golden ratio. 6
0, -2, 1, -2, 2, -2, 0, 2, -4, -1, 3, -4, 1, 3, -4, 4, -4, 0, 4, -4, -2, 1, 4, -4, -2, 2, 4, -4, -2, 0, 2, 4, -6, -3, -1, 5, -6, -3, 1, 5, -6, -3, 2, 5, -6, -3, 0, 2, 5, -6, -1, 3, 5, -6, 1, 3, 5, -6, 6, -6, 0, 6, -6, -2, 1, 6, -6, -2, 2, 6, -6, -2, 0, 2, 6, -6, -4, -1, 3, 6, -6, -4, 1, 3, 6, -6, -4, 4, 6, -6, -4, 0, 4, 6, -6, -4, -2, 1, 4, 6, -6, -4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Let f(n) = F(n+1) = A000045(n) and extend n to include negative indices. Then each row n can equally well be thought of as a sequence a_1, a_2,..., a_k such that f(a_1) + f(a_2) + ... + f(a_k) = n. For example, the fifth row is -4 -1 3, so f(-4) + f(-1) + f(3) = 2 + 0 + 3 = 5. - Dale Gerdemann, Apr 01 2012
LINKS
Dale Gerdemann, Combinatorial proofs of Zeckendorf family identities, Fib. Quart. 46/47 (2009) 249.
Eric Weisstein's World of Mathematics, Phi Number System
EXAMPLE
0
-2 1
-2 2
-2 0 2
-4 -1 3
-4 1 3
-4 4
-4 0 4
...
phi^0, phi^(-2) + phi, phi^(-2) + phi^2, phi^(-2) + phi^0 + phi^2, ...
MATHEMATICA
nn = 100; len = 2*Ceiling[Log[GoldenRatio, nn]]; Table[d = RealDigits[n, GoldenRatio, len]; Reverse[d[[2]] - Flatten[Position[d[[1]], 1]]], {n, nn}] (* T. D. Noe, May 20 2011 *)
CROSSREFS
Cf. A055778 (length of row n), A105424, A178482 (phi-antipalindromic numbers).
Sequence in context: A134997 A355691 A337474 * A300953 A145740 A138516
KEYWORD
sign,nice,tabf
AUTHOR
Eric W. Weisstein, Mar 17 2005
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 24 12:45 EDT 2024. Contains 371940 sequences. (Running on oeis4.)