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!)
A258264 Numbers having only one representation as a sum of the minimal number of triangular numbers, A000217. 3
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 20, 21, 22, 24, 25, 27, 28, 29, 30, 34, 36, 37, 38, 39, 43, 45, 48, 49, 50, 53, 55, 57, 58, 60, 61, 64, 65, 66, 67, 69, 70, 73, 78, 79, 83, 84, 87, 88, 90, 91, 92, 93, 97, 99, 100, 101, 102, 105, 108, 110 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A258257(a(n)) = 1.
Complement of A258265.
LINKS
MATHEMATICA
t[n_] := n (n + 1)/2; ok[n_] := Block[{k = 1, t, tt = t /@ Range[ Sqrt[2*n]]}, While[{} == (r = IntegerPartitions[n, {k}, tt]), k++]; Length@ r == 1]; Select[Range[100], ok]
CROSSREFS
Sequence in context: A046039 A023784 A028823 * A074739 A341750 A246096
KEYWORD
nonn
AUTHOR
Martin Renner, May 25 2015
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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)