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!)
A036526 Smallest triangular number containing exactly n 9's. 9
91, 990, 199396, 998991, 399949903, 2919969990, 39999939903, 999999911791, 9999192996990, 499798990999990, 99597939989199996, 999699998689998991, 19699899919999499091, 999532899999499099996, 999999859999976929990, 199793999409939999989991, 138999999499599999199995, 99996999694999999299662991 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
nsmall = Table[Infinity, 20];
For[i = 0, i <= 10^6, i++, p = PolygonalNumber[i];
n0 = Count[IntegerDigits[p], 9];
If[nsmall[[n0]] > p, nsmall[[n0]] = p]];
ReplaceAll[nsmall, Infinity -> "?"] (* Robert Price, Mar 22 2020 *)
CROSSREFS
Sequence in context: A093291 A254519 A185375 * A170955 A020316 A221815
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
a(12)-a(18) from Giovanni Resta, Oct 30 2019
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 September 5 22:34 EDT 2024. Contains 375701 sequences. (Running on oeis4.)