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!)
A248555 a(n) is the concatenation of 3n-2, 3n and 3n-1. 1
132, 465, 798, 101211, 131514, 161817, 192120, 222423, 252726, 283029, 313332, 343635, 373938, 404241, 434544, 464847, 495150, 525453, 555756, 586059, 616362, 646665, 676968, 707271, 737574, 767877, 798180, 828483, 858786, 889089, 919392 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
read("transforms") ;
A248555 := proc(n)
digcatL([3*n-2, 3*n, 3*n-1]) ;
end proc:
seq(A248555(n), n=1..70) ; # R. J. Mathar, Jan 22 2015
MATHEMATICA
FromDigits[Flatten[IntegerDigits/@{#-2, #, #-1}]]&/@(3*Range[40]) (* Harvey P. Dale, Jul 01 2021 *)
CROSSREFS
Sequence in context: A278128 A064059 A244103 * A253502 A257105 A204834
KEYWORD
nonn,base,less
AUTHOR
Charles Duvall, Oct 08 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 April 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)