cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A367286 Inverse of A342131.

This page as a plain text file.
%I A367286 #15 Nov 14 2023 08:33:12
%S A367286 0,2,1,4,6,3,8,10,5,12,14,7,16,18,9,20,22,11,24,26,13,28,30,15,32,34,
%T A367286 17,36,38,19,40,42,21,44,46,23,48,50,25,52,54,27,56,58,29,60,62,31,64,
%U A367286 66,33,68,70,35,72,74,37,76,78,39,80,82,41,84,86,43,88,90,45,92,94,47
%N A367286 Inverse of A342131.
%C A367286 Permutation of the nonnegative numbers.
%H A367286 Paolo Xausa, <a href="/A367286/b367286.txt">Table of n, a(n) for n = 0..10000</a>
%H A367286 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,2,0,0,-1).
%H A367286 <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the nonnegative integers</a>
%F A367286 a(3*n) = 4*n, a(3*n+1) = 4*n+2, a(3*n+2) = 2*n+1.
%F A367286 a(n) = 2*a(n-3) - a(n-6) for n >= 6.
%F A367286 a(n) = A006369(n+1) - 1.
%F A367286 G.f.: x*(2+x+4*x^2+2*x^3+x^4)/(1-x^3)^2.
%F A367286 E.g.f.: exp(-x/2)*(exp(3*x/2)*(10*x + 1) + (2*x - 1)*cos(sqrt(3)*x/2) + sqrt(3)*(3 - 2*x)*sin(sqrt(3)*x/2))/9. - _Stefano Spezia_, Nov 12 2023
%t A367286 LinearRecurrence[{0,0,2,0,0,-1},{0,2,1,4,6,3},100] (* _Paolo Xausa_, Nov 14 2023 *)
%Y A367286 Cf. A006369, A342131.
%K A367286 nonn,easy
%O A367286 0,2
%A A367286 _Philippe Deléham_, Nov 12 2023