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!)
A111638 Numbers having a unique partition into three positive triangular numbers. 6
3, 5, 7, 8, 9, 10, 13, 14, 15, 16, 18, 24, 25, 36, 38, 50, 53, 55, 60, 69, 81, 83, 99, 110, 119 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A063993(a(n)) = 1. - Reinhard Zumkeller, Jul 20 2012
LINKS
EXAMPLE
Example: 119=55+36+28
MATHEMATICA
trig[n_]:=n(n+1)/2; trigInv[x_]:=Ceiling[Sqrt[Max[0, 2x]]]; lim=100; nLst=Table[0, {trig[lim]}]; Do[n=trig[a]+trig[b]+trig[c]; If[n>0 && n<=trig[lim], nLst[[n]]++ ], {a, 1, lim}, {b, a, trigInv[trig[lim]-trig[a]]}, {c, b, trigInv[trig[lim]-trig[a]-trig[b]]}]; Flatten[Position[nLst, 1]]
CROSSREFS
Cf. A060773 (n having a unique partition into three nonnegative triangular numbers).
Sequence in context: A173186 A335575 A047746 * A324334 A370600 A080262
KEYWORD
fini,full,nonn
AUTHOR
T. D. Noe, Aug 10 2005
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 23 04:41 EDT 2024. Contains 372758 sequences. (Running on oeis4.)