OFFSET
1,2
COMMENTS
Based on the 10000-term b-file for A214551. But since little is known about A214551, the values beyond 7 are conjectural. For instance, it is only a conjecture that 8 and 10 do not appear in A214551.
Based on the first 10^5 terms of A214551 these conjectured values are correct; it seems that there only 1, 4, 8, 25, 29, 33 and 45 occur more than once. - Reinhard Zumkeller, Jul 24 2012
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 1..10000, conjectured
PROG
(Haskell)
import Data.Set (fromList, toList, Set)
a214321_list_conjectured = toList $ fromList $ take 100000 a214551_list
b214321 = bFile' "A214321" (take 10000 a214321_list_conjectured) 1
-- Reinhard Zumkeller, Jul 24 2012
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jul 22 2012
STATUS
approved