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!)
A344377 Numbers that are both 11-gonal numbers (A051682) and 11-gonal pyramidal numbers (A007586). 2
0, 1, 23725, 1519937678700, 7248070597636 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Intersection of A051682 and A007586.
LINKS
Numberphile, Cannon Ball Numbers.
PROG
(PARI) for(k=0, 1e5, if(ispolygonal(m=k*(k+1)*(3*k-2)/2, 11), print1(m", ")))
CROSSREFS
Sequence in context: A223342 A179918 A168169 * A031649 A011254 A226002
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 August 9 05:47 EDT 2024. Contains 375027 sequences. (Running on oeis4.)