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!)
A068093 Smallest n-digit triangular number. 6
1, 10, 105, 1035, 10011, 100128, 1000405, 10001628, 100005153, 1000006281, 10000020331, 100000404505, 1000001326005, 10000002437316, 100000012392316, 1000000042485480, 10000000037150046, 100000000000018810, 1000000000179470703, 10000000002237948990 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Triangular number with index given by A068092.
MATHEMATICA
triInverse[n_] := Floor[(Sqrt[1 + 8*n] - 1)/2]; tri[n_] := n*(n+1)/2; Table[tri[1 + triInverse[10^(n-1) - 1]], {n, 20}] (* T. D. Noe, Jul 27 2012 *)
CROSSREFS
Sequence in context: A300850 A360276 A210136 * A260214 A077369 A068618
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Feb 19 2002
EXTENSIONS
More terms from Sascha Kurz, Mar 06 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 5 16:42 EDT 2024. Contains 372276 sequences. (Running on oeis4.)