This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A190426 #10 Apr 06 2018 22:24:01 %S A190426 12,23,45,56,67,89,100,244,266,288,310,332,376,398,420,696,762,795, %T A190426 828,861,894,927,1222,1368,1412,1456,1500,1544,1588,1632,1676,1720, %U A190426 2260,2315,2370,2425,2480,2535,2590,2645,2700,3372,3438,3504,3570,3636,3702,3768,3834,3900 %N A190426 First differences of A132271 not in A132271. %H A190426 G. C. Greubel, <a href="/A190426/b190426.txt">Table of n, a(n) for n = 1..5000</a> %t A190426 f[n_] := Block[{k = 0, p = 1}, While[a = Floor[n/10^k]; a > 0, p *= 1 + a; k++]; p]; t = Array[f, 591, 0]; Take[ Complement[ Union[ Rest@ t - Most@ t], t], 50] %Y A190426 Cf. A132271. %K A190426 easy,nonn %O A190426 1,1 %A A190426 _Robert G. Wilson v_, May 10 2011