|
Search: id:A038396
|
|
|
| A038396 |
|
Concatenate first n even numbers in reverse order. |
|
+0 1
|
|
| 2, 42, 642, 8642, 108642, 12108642, 1412108642, 161412108642, 18161412108642, 2018161412108642, 222018161412108642, 24222018161412108642, 2624222018161412108642
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
REFERENCES
|
M. Bencze, L.Tutescu, Some Notions and Questions in Number Theory, Sequence 4.
|
|
LINKS
|
M. L. Perez et al., eds., Smarandache Notions Journal
|
|
FORMULA
|
a(n)=(2*n)*10^floor{1+log10[a(n-1)]}+a(n-1), with a(1)=2 - Paolo P. Lava (ppl(AT)spl.at), Jun 19 2008
|
|
MAPLE
|
P:=proc(i) local a, n; a:=2; print(a); for n from 2 by 1 to i do a:=2*n*10^floor(evalf(1+log10(a), 100))+a ; print(a); od; end: P(100); - Paolo P. Lava (ppl(AT)spl.at), Jun 19 2008
|
|
CROSSREFS
|
Sequence in context: A070808 A157056 A140170 this_sequence A162678 A124103 A152286
Adjacent sequences: A038393 A038394 A038395 this_sequence A038397 A038398 A038399
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
M.I.Petrescu (mipetrescu(AT)yahoo.com)
|
|
|
Search completed in 0.002 seconds
|