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

%I #31 Feb 19 2024 22:52:50

%S 0,1,1045,5985,123395663059845,774611255177760

%N Numbers that are both octagonal numbers (A000567) and octagonal pyramidal numbers (A002414).

%C Terms correspond to integral points on an elliptic curve, which allows all of them to be found efficiently. - _Max Alekseyev_, Feb 19 2024

%o (PARI) for(k=0, 1e5, if(ispolygonal(m=k*(k+1)*(2*k-1)/2, 8), print1(m", ")))

%Y Intersection of A000567 and A002414.

%Y Cf. A027568, A334012.

%K nonn,fini,full

%O 1,3

%A _Seiichi Manyama_, May 16 2021

%E Keywords 'fini' and 'full' added by _Max Alekseyev_, Feb 19 2024

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 12 19:26 EDT 2024. Contains 375113 sequences. (Running on oeis4.)