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 A114527 #10 Jul 01 2021 03:54:51 %S A114527 8,14,20,26,59,62,122,123,143,149,167,206,239,257,293,302,341,347,383, %T A114527 419,422,491,509,563,617,653,743,761,941,1049,1133,1193,1202,1203, %U A114527 1229,1283,1313,1319,1331,1373,1409,1427,1481,1553,1571,1607 %N A114527 Numbers k such that A086793(k) is 1. %C A114527 Prime numbers in the sequence are also primes with digit sum = 14 (A106756). - _Zak Seidov_, May 21 2006 %t A114527 ss={8,14};Do[If[15==Total@Flatten[IntegerDigits/@Divisors[n]],AppendTo[ss,n]],{n,20,2000}];ss (* _Zak Seidov_, May 21 2006 *) %Y A114527 Cf. A034690, A086793, A106756. %K A114527 nonn,base %O A114527 1,1 %A A114527 _Zak Seidov_, May 16 2006