login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053062 Concatenate n, 2n, 3n, ... nn. 1
1, 24, 369, 481216, 510152025, 61218243036, 7142128354249, 816243240485664, 91827364554637281, 102030405060708090100, 112233445566778899110121, 1224364860728496108120132144, 13263952657891104117130143156169 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

REFERENCES

Felice Russo, A set of new Smarandache functions, sequences and conjectures in number theory, American Research Press 2000

LINKS

M. L. Perez et al., eds., Smarandache Notions Journal

MAPLE

P:=proc(i) local a, b, n; for n from 1 by 1 to i do a:=n; b:=2; while b<=n do a:=a*10^floor(log10(n*b)+1)+n*b; b:=b+1; od; print(a); od; end: P(100); [From Paolo P. Lava (paoloplava(AT)gmail.com), Mar 05 2010]

CROSSREFS

Cf. A061082.

Sequence in context: A028074 A028111 A168304 * A028060 A026326 A028043

Adjacent sequences:  A053059 A053060 A053061 * A053063 A053064 A053065

KEYWORD

easy,base,nonn

AUTHOR

Felice Russo (frusso(AT)micron.com), Feb 25 2000

EXTENSIONS

More terms from James A. Sellers (sellersj(AT)math.psu.edu), Feb 28 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 18:14 EST 2012. Contains 205835 sequences.