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!)
A145923 Second bisection of A061041: a(n) = A061041(2n+1) = (2*n+1)*(2*n+9). 5

%I #38 Mar 24 2024 02:31:28

%S 9,33,65,105,153,209,273,345,425,513,609,713,825,945,1073,1209,1353,

%T 1505,1665,1833,2009,2193,2385,2585,2793,3009,3233,3465,3705,3953,

%U 4209,4473,4745,5025,5313,5609,5913,6225,6545,6873,7209,7553,7905,8265,8633,9009,9393

%N Second bisection of A061041: a(n) = A061041(2n+1) = (2*n+1)*(2*n+9).

%H Paolo Xausa, <a href="/A145923/b145923.txt">Table of n, a(n) for n = 0..10000</a>

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

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

%F G.f.: (9 + 6*x - 7*x^2)/(1-x)^3 . - _R. J. Mathar_, Oct 23 2016

%F E.g.f.: (9 + 24*x + 4*x^2)*exp(x). - _G. C. Greubel_, Mar 23 2024

%t A145923[n_]:=4n^2+20n+9; Array[A145923,100,0] (* or *)

%t LinearRecurrence[{3,-3,1},{9,33,65},100] (* _Paolo Xausa_, Dec 05 2023 *)

%t (2*Range[0,60] +5)^2 -16 (* _G. C. Greubel_, Mar 23 2024 *)

%o (PARI) a(n)=4*n^2+20*n+9 \\ _Charles R Greathouse IV_, Jun 17 2017

%o (Magma) [(2*n+5)^2-16: n in [0..60]]; // _G. C. Greubel_, Mar 23 2024

%o (SageMath) [(2*n+5)^2-16 for n in range(61)] # _G. C. Greubel_, Mar 23 2024

%Y Cf. A061041.

%K nonn,easy,less

%O 0,1

%A _Paul Curtz_, Oct 25 2008

%E More terms from _Jinyuan Wang_, Mar 23 2020

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 07:11 EDT 2024. Contains 371782 sequences. (Running on oeis4.)