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!)
A077694 a(n) = triangular number pertaining to the number f(n) obtained by concatenating first n natural numbers. 1
1, 78, 7626, 761995, 76205685, 7620753696, 762078456028, 76207888812681, 7620789436823655, 76207893880582233505, 762078938758291471246566, 7620789387578285082874368828, 76207893875782400211463469221291 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(4) =761995= 1234*1235/2
MATHEMATICA
tno[lst_]:=Module[{n=FromDigits[lst]}, (n(n+1))/2]; tno/@Table[Flatten[ IntegerDigits/@Range[n]], {n, 20}] (* Harvey P. Dale, Aug 16 2011 *)
CROSSREFS
Sequence in context: A328354 A268023 A268016 * A119216 A119236 A126998
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 18 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 07 2003
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 August 2 05:06 EDT 2024. Contains 374821 sequences. (Running on oeis4.)