cp's OEIS Frontend

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.

A114527 Numbers k such that A086793(k) is 1.

Original entry on oeis.org

8, 14, 20, 26, 59, 62, 122, 123, 143, 149, 167, 206, 239, 257, 293, 302, 341, 347, 383, 419, 422, 491, 509, 563, 617, 653, 743, 761, 941, 1049, 1133, 1193, 1202, 1203, 1229, 1283, 1313, 1319, 1331, 1373, 1409, 1427, 1481, 1553, 1571, 1607
Offset: 1

Views

Author

Zak Seidov, May 16 2006

Keywords

Comments

Prime numbers in the sequence are also primes with digit sum = 14 (A106756). - Zak Seidov, May 21 2006

Crossrefs

Programs

  • Mathematica
    ss={8,14};Do[If[15==Total@Flatten[IntegerDigits/@Divisors[n]],AppendTo[ss,n]],{n,20,2000}];ss (* Zak Seidov, May 21 2006 *)