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!)
A078568 Repunits concatenated with A000422, where A000422 is the concatenation of numbers from n down to 1. 2
11, 1121, 111321, 11114321, 1111154321, 111111654321, 11111117654321, 1111111187654321, 111111111987654321, 111111111110987654321, 111111111111110987654321, 111111111111121110987654321 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A078569 for the primes arising in this sequence.
LINKS
MATHEMATICA
a[n_Integer] := Block[{repUn = Array[Array[1 &, #] &, {n}], nTo1 = Range[ Range@n, 1, -1]}, ToExpression/@ StringJoin/@ Map[ToString, Flatten/@ Thread@{repUn, nTo1}, {2}]]; a[100] (* or *)
a[n_Integer] := FromDigits /@ StringJoin /@ Table[ Join[ PadLeft[{}, i, "1"], ToString /@ Range[i, 1, -1]], {i, n}]; a[100] (* Mikk Heidemaa, May 03 2021 *)
Table[FromDigits[Join[PadRight[{}, n, 1], Flatten[IntegerDigits/@Range[n, 1, -1]]]], {n, 20}] (* Harvey P. Dale, Aug 23 2022 *)
CROSSREFS
Sequence in context: A343837 A303067 A075600 * A015095 A167118 A045981
KEYWORD
base,nonn
AUTHOR
Jason Earls, Nov 29 2002
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)