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!)
A075683 2nd differences of A075681. 2

%I #9 Jan 02 2024 03:47:54

%S 2,17,20,22,25,28,31,34,37,40,43,46,49,52,55,58,61,64,67,70,73,76,79,

%T 82,85,88,91,94,97,100,103,106,109,112,115,118,121,124,127,130,133,

%U 136,139,142,145,148,151,154,157,160,163,166,169,172,175,178,181,184,187,190,193,196

%N 2nd differences of A075681.

%H G. C. Greubel, <a href="/A075683/b075683.txt">Table of n, a(n) for n = 1..1000</a>

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

%F From _G. C. Greubel_, Jan 02 2024: (Start)

%F a(n) = 2*a(n-1) - a(n-2), for n >= 6.

%F a(n) = A075681(n+2) - 2*A075681(n+1) + A075681(n).

%F a(n) = A075682(n+1) - A075682(n).

%F a(n) = 3*n + 10 - 11*[n=1] + [n=2] + [n=3].

%F G.f.: x*(2 + 13*x - 12*x^2 - x^3 + x^4)/(1 - x)^2.

%F E.g.f.: (10 + 3*x)*exp(x) - 10 - 11*x + x^2/2! + x^3/3!. (End)

%t Join[{2,17,20}, 10+3*Range[4,70]] (* _G. C. Greubel_, Jan 02 2024 *)

%o (Magma) [2,17,20] cat [3*n+10: n in [4..70]]; // _G. C. Greubel_, Jan 02 2024

%o (SageMath) [2,17,20]+[3*n+10 for n in range(4,71)] # _G. C. Greubel_, Jan 02 2024

%Y Cf. A075681, A075682.

%K nonn

%O 1,1

%A _Jon Perry_, Oct 12 2002

%E Terms a(11) onward added by _G. C. Greubel_, Jan 02 2024

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 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)