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!)
A017307 a(n) = (10*n + 3)^3. 2

%I #19 Sep 08 2022 08:44:42

%S 27,2197,12167,35937,79507,148877,250047,389017,571787,804357,1092727,

%T 1442897,1860867,2352637,2924207,3581577,4330747,5177717,6128487,

%U 7189057,8365427,9663597,11089567,12649337,14348907,16194277,18191447,20346417,22665187,25153757,27818127

%N a(n) = (10*n + 3)^3.

%H Vincenzo Librandi, <a href="/A017307/b017307.txt">Table of n, a(n) for n = 0..10000</a>

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

%F G.f.: (27 + 2089*x + 3541*x^2 + 343*x^3)/(x-1)^4. - _R. J. Mathar_, Mar 20 2018

%F a(n) = A000578(A017305(n)). - _Michel Marcus_, Apr 14 2022

%t (10 Range[0,30]+3)^3 (* or *) LinearRecurrence[{4,-6,4,-1},{27,2197,12167,35937},30] (* _Harvey P. Dale_, Jul 05 2021 *)

%o (Magma) [(10*n+3)^3: n in [0..35]]; // _Vincenzo Librandi_, Jul 31 2011

%o (PARI) a(n) = (10*n + 3)^3; \\ _Michel Marcus_, Apr 14 2022

%Y Cf. A000578, A017305.

%K nonn,easy

%O 0,1

%A _N. J. A. Sloane_

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 18 13:45 EDT 2024. Contains 371780 sequences. (Running on oeis4.)