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.

A160352 Numbers of the form pqr, where p

Original entry on oeis.org

30, 42, 66, 78, 102, 110, 114, 138, 174, 182, 186, 190, 222, 246, 258, 282, 290, 310, 318, 354, 366, 402, 406, 410, 426, 435, 438, 465, 474, 498, 506, 534, 574, 582, 590, 602, 606, 610, 618, 642, 654, 678, 710, 762, 786, 790, 822, 834, 861, 885, 890, 894
Offset: 1

Views

Author

M. F. Hasler, Jun 03 2009

Keywords

Comments

A subsequence of A007304. The odd terms are listed in A160353.

Crossrefs

Programs

  • PARI
    for( pqr=1, 1999, my(f=factor(pqr)); #f~==3 & vecmax(f[, 2])==1 & abs((f[3, 1]+1)%(f[1, 1]*f[2, 1])-1)==1 & print1(pqr ", "))