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!)
A124388 27*n+18. 5

%I #28 Sep 08 2022 08:45:28

%S 18,45,72,99,126,153,180,207,234,261,288,315,342,369,396,423,450,477,

%T 504,531,558,585,612,639,666,693,720,747,774,801,828,855,882,909,936,

%U 963,990,1017,1044,1071,1098,1125,1152,1179,1206,1233,1260,1287,1314,1341

%N 27*n+18.

%C Second differences of dodecahedral numbers (A006566).

%C Also, first differences of dodecahedral gnomic numbers (A093485); a(n+1) - a(n) = 27.

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

%H Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/RecursiveSequences.html">Recursive Sequences</a>

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

%F a(n) = 9*A016789(n).

%F G.f.: ( 18+9*x ) / (x-1)^2 . - _R. J. Mathar_, Jul 02 2011

%t Range[18, 7000, 27] (* _Vladimir Joseph Stephan Orlovsky_, Jul 13 2011 *)

%o (Magma) [27*n+18: n in [0..50]]; // _Vincenzo Librandi_, Sep 29 2011

%o (PARI) for(n=0, 1e2, print1(27*n+18, ", ")) \\ _Felix Fröhlich_, Jul 07 2014

%K nonn,easy

%O 0,1

%A _Reinhard Zumkeller_, Oct 30 2006

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