[go: up one dir, main page]

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!)
A307174 Numbers that are both triangular and icosahedral. 1
0, 1, 1128, 87153 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Similar to the list of triangular and tetrahedral numbers (A027568). It would appear that the similar sequence of pentagonal-dodecahedral numbers contains only the trivial cases of 0 and 1.
Terms n*(n+1)/2 = m*(5*m^2-5*m+2)/2 corresponds to integral points (X,Y) = (5*m,5*n) on the elliptic curve Y^2 + Y = X^3 - 5*X^2 + 10*X, which can be computed efficiently. There are none besides those already listed. - Max Alekseyev, Feb 12 2024
LINKS
MATHEMATICA
Intersection[Accumulate[Range[0, 199]], Table[n (5n^2 - 5n + 2)/2, {n, 0, 99}]] (* Alonso del Arte, Jul 10 2019 *)
PROG
(PARI) lista(nn) = for (n=0, nn, if (ispolygonal(k=n*(5*n^2 - 5*n + 2)/2, 3), print1(k, ", "))); \\ Michel Marcus, Jul 10 2019
CROSSREFS
Intersection of A000217 and A006564. - A.H.M. Smeets, Aug 19 2019
Sequence in context: A252299 A203063 A237294 * A278732 A278434 A198469
KEYWORD
nonn,fini,full
AUTHOR
William C. Laursen, Jul 09 2019
EXTENSIONS
Keyword "full" added by Max Alekseyev, Feb 12 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 August 30 07:09 EDT 2024. Contains 375532 sequences. (Running on oeis4.)