A006133 Related to representations as sums of Fibonacci numbers.
3, 21, 32, 79, 144, 155, 173, 202, 220, 231, 401, 524, 542, 553, 600, 922, 987, 998, 1016, 1045, 1063, 1074, 1121, 1139, 1150, 1168, 1186, 1197, 1215, 1244, 1367, 1385, 1396, 1443, 1508, 1519, 1537, 1566, 1584, 1595, 1765, 2608, 2731, 2749, 2760, 2807, 3129
Offset: 1
Keywords
References
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Links
- L. Carlitz, R. Scoville and T. Vaughan, Some arithmetic functions related to Fibonacci numbers, Fib. Quart., 11 (1973), 337-386.
Programs
-
PARI
A001950(n) = floor(n*(sqrt(5)+3)/2); \\ b A003231(n) = floor(n*(sqrt(5)+5)/2); \\ c iss(n) = A003231(A001950(n)) == A001950(A003231(n)) - 1; lista(nn) = {v003231 = vector(nn, i, floor(i*(sqrt(5)+5)/2)); v003234 = select(n->iss(n), vector(5*nn, i, i)); for (n=1, nn, if (v003231[n] == v003234[n], print1(v003231[n], ", ")););} \\ Michel Marcus, Feb 02 2014
Formula
Extensions
More terms from Michel Marcus, Feb 02 2014
Comments