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!)
A261333 a(n) = 10*(A256100(n+1)-1) + A007376(n+1), a simple variation of A065649. 4
1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 0, 21, 31, 41, 12, 51, 13, 61, 14, 71, 15, 81, 16, 91, 17, 101, 18, 111, 19, 22, 10, 32, 121, 42, 52, 62, 23, 72, 24, 82, 25, 92, 26, 102, 27, 112, 28, 122, 29, 33, 20, 43, 131, 53, 132, 63, 73, 83, 34, 93, 35, 103, 36, 113, 37 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Permutation of the nonnegatve integers with inverse A261334.
LINKS
PROG
(Haskell)
a261333 n = a261333_list !! n
a261333_list = zipWith (+)
(map ((* 10) . subtract 1) a256100_list) a007376_list
CROSSREFS
Cf. A256100, A007376, A261334 (inverse), A261335 (fixed points), A065649.
Sequence in context: A062399 A351870 A121603 * A330430 A031086 A363038
KEYWORD
nonn,look
AUTHOR
Reinhard Zumkeller, Aug 15 2015
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.)