OFFSET
1,2
COMMENTS
It would be nice to have an alternative characterization of these numbers.
PROG
(SageMath)
# Use with caution: search range must be adjusted as necessary!
def A327446List(size):
return sorted(Set([A327419(n) for n in (1..3*size)]))[0:size]
print(A327446List(66)) # Peter Luschny, Sep 16 2019
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 14 2019
STATUS
approved