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.

A112266 Primes in A112265.

Original entry on oeis.org

2, 5, 19, 53, 71, 79, 89, 113, 157, 167, 199, 311, 359, 439, 521, 541, 587, 593, 613, 769, 947, 977, 1009, 1097, 1171, 1223, 1249, 1289, 1427, 1447
Offset: 1

Views

Author

Jonathan Vos Post, Aug 30 2005

Keywords

Programs

  • Mathematica
    f[1] = 0; f[n_] := Plus @@ (#[[2]] First@ IntegerDigits[#[[1]]] & /@  FactorInteger[n]); Select[ Accumulate@ Array[f, 200], PrimeQ] (* Giovanni Resta, Jun 17 2016 *)

Extensions

Corrected and extended by Giovanni Resta, Jun 17 2016