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!)
A019520 a(n) is the concatenation of the first n positive even numbers. 10
2, 24, 246, 2468, 246810, 24681012, 2468101214, 246810121416, 24681012141618, 2468101214161820, 246810121416182022, 24681012141618202224, 2468101214161820222426, 246810121416182022242628, 24681012141618202224262830, 2468101214161820222426283032 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
H. Ibstedt, A Few Smarandache Sequences, Smarandache Notions Journal, Vol. 8, No. 1-2-3, 1997, 170-183.
F. Smarandache, "Collected Papers", Vol. II, Tempus Publ. Hse., Bucharest, Romania, 1996.
S. Smarandoiu, Convergence of Smarandache continued fractions, Abstract 96T-11-195, Abstracts Amer. Math. Soc., 17 (No. 4, 1996), 680.
LINKS
Eric Weisstein's World of Mathematics, Consecutive Number Sequences
FORMULA
Lim_{n->oo} A019519(n)/a(n) = 0 (see A067095). - Bernard Schott, Dec 18 2021
MATHEMATICA
Table[FromDigits[Flatten[IntegerDigits/@(2Range[n])]], {n, 20}] (* Harvey P. Dale, Mar 24 2013 *)
PROG
(Python)
def a(n): return int("".join(str(2*i) for i in range(1, n+1)))
print([a(n) for n in range(1, 17)]) # Michael S. Branicky, Dec 18 2021
CROSSREFS
Cf. A019519 (similar, with odd numbers), A067095, A108728.
Sequence in context: A215929 A132596 A099669 * A300400 A187584 A173228
KEYWORD
base,nonn,easy,less
AUTHOR
R. Muller
EXTENSIONS
More terms from Erich Friedman
More terms from Harvey P. Dale, Mar 24 2013
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 April 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)