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!)
A074843 Quadruplets: base 10 representation is the juxtaposition of four identical strings. 1
1111, 2222, 3333, 4444, 5555, 6666, 7777, 8888, 9999, 10101010, 11111111, 12121212, 13131313, 14141414, 15151515, 16161616, 17171717, 18181818, 19191919, 20202020, 21212121, 22222222, 23232323, 24242424, 25252525 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Doublets in which the index is also a doublet. - Jamie Robert Creasey, Jun 23 2021
LINKS
FORMULA
MATHEMATICA
Table[FromDigits[Flatten[IntegerDigits/@PadRight[{}, 4, n]]], {n, 30}] (* Harvey P. Dale, Dec 20 2021 *)
PROG
(UBASIC) 10 cls 30 for I=1 to 100 40 A=str(I) 50 C=A+A+A+A 60 B=val(cutspc(C)) 80 print B 90 next 100 end
(PARI) a(n)=eval(Str(n, n, n, n)) \\ Charles R Greathouse IV, Jun 23 2021
CROSSREFS
Cf. A020338.
Sequence in context: A033285 A085109 A346000 * A175464 A326110 A043496
KEYWORD
easy,nonn,base
AUTHOR
Felice Russo, Sep 10 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 27 21:44 EDT 2024. Contains 372020 sequences. (Running on oeis4.)