The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A069753 Smallest k>n such that the tetrahedral number n*(n+1)*(n+2)/6 divides the tetrahedral number k*(k+1)*(k+2)/6. 0
2, 4, 4, 8, 13, 14, 26, 54, 43, 20, 64, 26, 63, 48, 118, 270, 151, 170, 55, 54, 229, 207, 274, 350, 323, 350, 376, 174, 433, 928, 494, 1054, 119, 440, 259, 664, 701, 208, 778, 328, 859, 516, 944, 504, 1033, 2160, 1126, 2350, 1223, 1274, 1324, 1376, 1429, 350 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
stn[n_]:=Module[{i=n+1, tn=(n(n+1)(n+2))/6}, While[!Divisible[(i(i+1) (i+2))/6, tn], i++]; i]; stn/@Range[70] (* Harvey P. Dale, Apr 11 2011 *)
PROG
(PARI) for(s=1, 80, n=s+1; while(frac(n*(n+1)*(n+2)/(s*(s+1)*(s+2)))>0, n++); print1(n, ", "); )
CROSSREFS
Sequence in context: A335974 A047073 A308528 * A181245 A216950 A240364
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 01 2002
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 May 19 14:45 EDT 2024. Contains 372698 sequences. (Running on oeis4.)