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.

Showing 1-1 of 1 results.

A344377 Numbers that are both 11-gonal numbers (A051682) and 11-gonal pyramidal numbers (A007586).

Original entry on oeis.org

0, 1, 23725, 1519937678700, 7248070597636
Offset: 1

Views

Author

Seiichi Manyama, May 17 2021

Keywords

Comments

Intersection of A051682 and A007586.

Crossrefs

Programs

  • PARI
    for(k=0, 1e5, if(ispolygonal(m=k*(k+1)*(3*k-2)/2, 11), print1(m", ")))
Showing 1-1 of 1 results.