login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A027568
Numbers that are both triangular and tetrahedral.
19
0, 1, 10, 120, 1540, 7140
OFFSET
1,3
COMMENTS
From Anthony C Robin, Oct 27 2022: (Start)
For numbers to be triangular and tetrahedral, we look for solutions r*(r+1)*(r+2)/6 = t*(t+1)/2 = a(n). The corresponding r and t are r = A224421(n-1) and t = A102349(n).
Writing m=r+1 and s=2t+1, this problem is equivalent to solving the Diophantine equation 3 + 4*(m^3 - m) = 3*s^2. The integer solutions for this equation are m = 0, 1, 2, 4, 9, 21, 35 and the corresponding values of s are 1, 1, 3, 9, 31, 111, 239. (End)
REFERENCES
J.-M. De Koninck, Ces nombres qui nous fascinent, Ellipses (Paris), 2008 (entry 10, page 3; entry 120, page 41).
L. J. Mordell, Diophantine Equations, Ac. Press, page 258.
P. Odifreddi, Il museo dei numeri, Rizzoli, 2014, page 224.
J. Roberts, The Lure of the Integers, page 53.
LINKS
E. T. Avanesov, Solution of a problem on figurate numbers (in Russian), Acta Arith. 12 1966/1967 pages 409-420.
Patrick De Geest, Palindromic Tetrahedrals
J. Roberts, The Lure of the Integers, pp. 53. (Annotated scanned copy)
Eric Weisstein's World of Mathematics, Tetrahedral Number
MAPLE
{seq(binomial(i, 3), i=0..100000) } intersect {seq(binomial(k, 2), k= 0..100000)}; # Zerinvary Lajos, Apr 26 2008
MATHEMATICA
With[{trno=Accumulate[Range[0, 1000]]}, Intersection[trno, Accumulate[ trno]]] (* Harvey P. Dale, May 25 2014 *)
PROG
(PARI) for(n=0, 1e3, if(ispolygonal(t=n*(n+1)*(n+2)/6, 3), print1(t", "))) \\ Charles R Greathouse IV, Apr 07 2013
CROSSREFS
Intersection of A000217 and A000292.
Sequence in context: A182605 A024127 A005949 * A318495 A320760 A366711
KEYWORD
nonn,fini,full
STATUS
approved

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy