login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A344280
Numbers that are both 10-gonal numbers (A001107) and 10-gonal pyramidal numbers (A007585).
1
0, 1, 175, 368050005576
OFFSET
1,3
COMMENTS
Intersection of A001107 and A007585.
PROG
(PARI) for(k=0, 1e4, if(ispolygonal(m=k*(k+1)*(8*k-5)/6, 10), print1(m", ")))
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Seiichi Manyama, May 17 2021
STATUS
approved