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.

A090428 Numbers that are k-gons for two or more k's, where k = 3, 4, 5, ..., 16.

Original entry on oeis.org

1, 6, 9, 10, 12, 15, 16, 21, 28, 36, 45, 55, 64, 66, 70, 81, 91, 105, 120, 145, 153, 171, 176, 190, 196, 210, 225, 231, 276, 280, 325, 378, 400, 435, 441, 477, 496, 540, 561, 595, 616, 630, 651, 703, 715, 780, 833, 861, 936, 946, 1035, 1089, 1105, 1128, 1216
Offset: 1

Views

Author

Eric W. Weisstein, Nov 30 2003

Keywords

Crossrefs

Programs

  • PARI
    is(n,c=2)=for(s=3,16, ispolygonal(n,s)&&!c--&&return(s)) \\ M. F. Hasler, Jan 19 2017