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!)
A206529 7^n concatenated with itself. 1
11, 77, 4949, 343343, 24012401, 1680716807, 117649117649, 823543823543, 57648015764801, 4035360740353607, 282475249282475249, 19773267431977326743, 1384128720113841287201, 9688901040796889010407, 678223072849678223072849 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = A020338(7^n).
EXAMPLE
a(1)=77 because 7^1 concatenated with 7^1 is 77.
MATHEMATICA
Table[FromDigits[Join[IntegerDigits[7^n], IntegerDigits[7^n]]], {n, 0, 20}]
#*10^IntegerLength[#]+#&/@(7^Range[0, 20]) (* Harvey P. Dale, Jul 19 2022 *)
PROG
(Magma) [Seqint(Intseq(7^n) cat Intseq(7^n)): n in [0..20]];
CROSSREFS
Sequence in context: A211830 A322877 A226708 * A118936 A041224 A030054
KEYWORD
nonn,base,easy
AUTHOR
Vincenzo Librandi, Mar 18 2012
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 March 29 04:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)