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!)
A344376 Numbers that are both octagonal numbers (A000567) and octagonal pyramidal numbers (A002414). 4
0, 1, 1045, 5985, 123395663059845, 774611255177760 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Terms correspond to integral points on an elliptic curve, which allows all of them to be found efficiently. - Max Alekseyev, Feb 19 2024
LINKS
PROG
(PARI) for(k=0, 1e5, if(ispolygonal(m=k*(k+1)*(2*k-1)/2, 8), print1(m", ")))
CROSSREFS
Intersection of A000567 and A002414.
Sequence in context: A345767 A324320 A334012 * A023067 A344410 A110597
KEYWORD
nonn,fini,full
AUTHOR
Seiichi Manyama, May 16 2021
EXTENSIONS
Keywords 'fini' and 'full' added by Max Alekseyev, Feb 19 2024
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)