OFFSET
1,2
COMMENTS
Numbers such that A003231(n) = A003234(n), see Table 1 p. 357 in Carlitz link. - Michel Marcus, Feb 02 2014
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.
PROG
(PARI) A001950(n) = floor(n*(sqrt(5)+3)/2); \\ b
A003231(n) = floor(n*(sqrt(5)+5)/2); \\ c
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(n, ", ")); ); } \\ Michel Marcus, Feb 02 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Michel Marcus, Feb 02 2014
STATUS
approved