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.

A344280 Numbers that are both 10-gonal numbers (A001107) and 10-gonal pyramidal numbers (A007585).

Original entry on oeis.org

0, 1, 175, 368050005576
Offset: 1

Views

Author

Seiichi Manyama, May 17 2021

Keywords

Comments

Intersection of A001107 and A007585.

Crossrefs

Programs

  • PARI
    for(k=0, 1e4, if(ispolygonal(m=k*(k+1)*(8*k-5)/6, 10), print1(m", ")))