The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A038396 Concatenate first n even numbers in reverse order. 2
2, 42, 642, 8642, 108642, 12108642, 1412108642, 161412108642, 18161412108642, 2018161412108642, 222018161412108642, 24222018161412108642, 2624222018161412108642, 282624222018161412108642, 30282624222018161412108642, 3230282624222018161412108642 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
F. Smarandache conjectures that a(n) is never a perfect power (see link sequence 163 page 80). - Michel Marcus, Mar 03 2014
REFERENCES
Mihaly Bencze [Beneze], L. Tutescu, Some Notions and Questions in Number Theory, Sequence 4.
LINKS
Florentin Smarandache, Sequences of Numbers Involved in Unsolved Problems, arXiv:math/0604019 [math.GM], 2006.
MATHEMATICA
Join[{s = 2}, Table[s = FromDigits[Flatten[IntegerDigits[{n, s}]]], {n, 4, 26, 2}]] (* Jayanta Basu, Jul 14 2013 *)
Table[FromDigits[Flatten[IntegerDigits/@Range[2n, 2, -2]]], {n, 20}] (* Harvey P. Dale, Jun 11 2017 *)
PROG
(PARI) a(n) = concat(vector(n, i, Str(2*n - (2*i)+2))); \\ Michel Marcus, Mar 03 2014
CROSSREFS
Sequence in context: A180425 A140170 A318247 * A287328 A276923 A308526
KEYWORD
nonn,base,easy
AUTHOR
M. I. Petrescu (mipetrescu(AT)yahoo.com)
EXTENSIONS
More terms from Michel Marcus, Mar 03 2014
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 May 20 17:58 EDT 2024. Contains 372720 sequences. (Running on oeis4.)