login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A132155
a(n) = A099009(n)/9.
2
0, 55, 686, 61105, 70196, 7035296, 10834269, 61666605, 96021948, 703686296, 1083676269, 1108342689, 9603552948, 61722221605, 70370196296, 108370096269, 110836762689, 111083426889, 960368862948, 7037035296296, 10837034296269
OFFSET
1,2
PROG
(Magma) a:=func<n|Seqint(Sort(Intseq(n)))-Seqint(Reverse(Sort(Intseq(n)))) eq n>; [k/9:k in [0..1000000]|a(k)]; // Marius A. Burtea, Sep 12 2019
CROSSREFS
Cf. A099009.
Sequence in context: A219928 A226543 A213341 * A173377 A053138 A027784
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Extended by Joseph Myers, Aug 26 2009
STATUS
approved