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!)
A047286 Numbers that are congruent to {1, 2, 3, 6} mod 7. 1

%I #18 Sep 08 2022 08:44:56

%S 1,2,3,6,8,9,10,13,15,16,17,20,22,23,24,27,29,30,31,34,36,37,38,41,43,

%T 44,45,48,50,51,52,55,57,58,59,62,64,65,66,69,71,72,73,76,78,79,80,83,

%U 85,86,87,90,92,93,94,97,99,100,101,104,106,107,108,111

%N Numbers that are congruent to {1, 2, 3, 6} mod 7.

%H Vincenzo Librandi, <a href="/A047286/b047286.txt">Table of n, a(n) for n = 1..1000</a>

%H <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (1,0,0,1,-1).

%F G.f.: x*(1+x+x^2+3*x^3+x^4) / ( (1+x)*(1+x^2)*(x-1)^2 ). - _R. J. Mathar_, Oct 25 2011

%F From _Wesley Ivan Hurt_, May 22 2016: (Start)

%F a(n) = a(n-1) + a(n-4) - a(n-5) for n>5.

%F a(n) = (14n-11+i^(2n)+(1+3i)*i^(-n)+(1-3i)*i^n)/8 where i=sqrt(-1).

%F a(2n) = A047276(n), a(2n-1) = A047356(n). (End)

%F E.g.f.: (4 + 3*sin(x) + cos(x) + (7*x - 6)*sinh(x) + (7*x - 5)*cosh(x))/4. - _Ilya Gutkovskiy_, May 23 2016

%p A047286:=n->(14*n-11+I^(2*n)+(1+3*I)*I^(-n)+(1-3*I)*I^n)/8: seq(A047286(n), n=1..100); # _Wesley Ivan Hurt_, May 22 2016

%t Table[(14n-11+I^(2n)+(1+3I)*I^(-n)+(1-3I)*I^n)/8, {n, 80}] (* _Wesley Ivan Hurt_, May 22 2016 *)

%t LinearRecurrence[{1, 0, 0, 1, -1}, {1, 2, 3, 6, 8}, 80] (* _Vincenzo Librandi_, May 24 2016 *)

%o (Magma) [n : n in [0..150] | n mod 7 in [1, 2, 3, 6]]; // _Wesley Ivan Hurt_, May 22 2016

%Y Cf. A047276, A047356.

%K nonn,easy

%O 1,2

%A _N. J. A. Sloane_

%E More terms from _Wesley Ivan Hurt_, May 22 2016

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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)