Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A038396
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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)

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research