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!)
A078256 Triangular numbers in which frequency of occurrence of every digit is same. 0
0, 1, 3, 6, 10, 15, 21, 28, 36, 45, 55, 66, 78, 91, 105, 120, 136, 153, 190, 210, 231, 253, 276, 325, 351, 378, 406, 435, 465, 496, 528, 561, 630, 666, 703, 741, 780, 820, 861, 903, 946, 1035, 1275, 1326, 1378, 1485, 1540, 1596, 1653, 1830, 1953, 2016, 2145 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
T[n_] := n*(n + 1)/2; f[n_] := Block[{dc = DigitCount[n], s}, s = Select[dc, Positive]; Min @@ s == Max @@ s]; Select[Array[T, 70, 0], f] (* Ray Chandler, May 11 2007 *)
CROSSREFS
Sequence in context: A109811 A025747 A025738 * A025731 A077367 A077366
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Nov 24 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 April 18 03:33 EDT 2024. Contains 371767 sequences. (Running on oeis4.)