OFFSET
1,1
COMMENTS
"Nine digits anagram" is a number whose digits are a permutation of {1, ..., 9}, also called restricted zeroless pandigital number. These are listed as the first 9! terms of A050289. - M. F. Hasler, Jan 10 2020
LINKS
M. F. Hasler, Table of n, a(n) for n = 1..275 (using A000959(1..2e5) from b-file), Jan 10 2020
Patrick De Geest, Nine Digits Digressions
Eric Weisstein's World of Mathematics, Lucky Numbers
FORMULA
EXAMPLE
Denote by F(1, N) the Fibonacci sequence x(k+1) = x(k) + x(k-1) starting with x(0) = 1, x(1) = N.
Then for N = 228631, F(1, N) = (1, 228631, 228632, 457263, 685895, 1143158, 1829053, 2972211, 4801264, 7773475, 12574739, 20348214, 32922953, 53271167, 86194120, 139465287, ...), where a nine-digits anagram has been reached.
PROG
(PARI) A034589_upto(N)=[n|n<-A000959_upto(N), is_A034587(n)] \\ or select(is_A034587, A959=from("b000959.txt")). - M. F. Hasler, Jan 10 2020
CROSSREFS
KEYWORD
nonn,base,fini
AUTHOR
Patrick De Geest, Oct 15 1998
EXTENSIONS
Name, example & crossrefs edited, offset changed to 1 by M. F. Hasler, Jan 06 2020
STATUS
approved