login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A344280 Numbers that are both 10-gonal numbers (A001107) and 10-gonal pyramidal numbers (A007585). 1
0, 1, 175, 368050005576 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Intersection of A001107 and A007585.
LINKS
Numberphile, Cannon Ball Numbers.
PROG
(PARI) for(k=0, 1e4, if(ispolygonal(m=k*(k+1)*(8*k-5)/6, 10), print1(m", ")))
CROSSREFS
Sequence in context: A104651 A212946 A172685 * A266058 A261678 A136603
KEYWORD
nonn,more
AUTHOR
Seiichi Manyama, May 17 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)