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!)
A368360 Comma transform of the even numbers. 1
2, 24, 46, 68, 81, 1, 21, 41, 61, 82, 2, 22, 42, 62, 83, 3, 23, 43, 63, 84, 4, 24, 44, 64, 85, 5, 25, 45, 65, 86, 6, 26, 46, 66, 87, 7, 27, 47, 67, 88, 8, 28, 48, 68, 89, 9, 29, 49, 69, 81, 1, 21, 41, 61, 81, 1, 21, 41, 61, 81, 1, 21, 41, 61, 81, 1, 21, 41, 61, 81, 1, 21, 41, 61, 81, 1, 21, 41, 61, 81, 1, 21, 41, 61, 81, 1, 21, 41, 61 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
See A367360 for further information.
LINKS
MAPLE
a:= n-> parse(cat(""||(2*n)[-1], ""||(2*n+2)[1])):
seq(a(n), n=0..88); # Alois P. Heinz, Jan 03 2024
PROG
(Python)
def A368360(n): return (0, 20, 40, 60, 80)[n%5]+int(str(n+1<<1)[0]) # Chai Wah Wu, Jan 03 2024
CROSSREFS
Sequence in context: A343817 A119070 A181283 * A073215 A111035 A349188
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Jan 02 2024
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 9 08:03 EDT 2024. Contains 372346 sequences. (Running on oeis4.)