login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A077695
a(n) = triangular number pertaining to the number f(n) obtained by concatenating n n times.
1
1, 253, 55611, 9876790, 1543206790, 222222111111, 30246911419753, 3950617249382716, 499999999500000000, 51015202530354045509590858075706560555, 617283950617283950617716049382716049382716
OFFSET
1,2
COMMENTS
a(n) = triangular number corresponding to A000461(n).
LINKS
EXAMPLE
a(4) = 9876790 = 4444*4445/2.
MATHEMATICA
(#(#+1))/2&/@Table[FromDigits[Flatten[IntegerDigits/@PadRight[{}, n, n]]], {n, 15}] (* Harvey P. Dale, Oct 15 2021 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 18 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 07 2003
STATUS
approved