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!)
A258225 a(n) = A258083(n) / 3. 6

%I #10 Jun 26 2015 18:53:16

%S 7,4,1,8,5,2,9,6,3,70,37,104,71,38,105,72,39,106,73,40,107,74,41,108,

%T 75,42,109,76,43,10,77,44,11,78,45,12,79,46,13,80,47,14,81,48,15,82,

%U 49,16,83,50,17,84,51,18,85,52,19,86,53,20,87,54,21,88,55

%N a(n) = A258083(n) / 3.

%C Permutation of the positive integers, inverse: A258226.

%H Reinhard Zumkeller, <a href="/A258225/b258225.txt">Table of n, a(n) for n = 1..9999</a>

%H <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>

%o (Haskell)

%o a258225 = flip div 3 . a258083

%o (PARI) lista(nn) = {v = []; vs = vecsort(v); for (n=1, nn, k=3; pt = 10^(#digits(n)); while (! (((k % pt) == n) && !vecsearch(vs, k)), k+=3); v = concat(v, k); vs = vecsort(v); print1(k/3, ", "););} \\ _Michel Marcus_, Jun 26 2015

%Y Cf. A258083, A258226, A258329, A258334.

%K nonn,base

%O 1,1

%A _Reinhard Zumkeller_, May 27 2015

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 19 17:51 EDT 2024. Contains 371797 sequences. (Running on oeis4.)