This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A124388 #36 May 11 2025 01:14:37 %S A124388 18,45,72,99,126,153,180,207,234,261,288,315,342,369,396,423,450,477, %T A124388 504,531,558,585,612,639,666,693,720,747,774,801,828,855,882,909,936, %U A124388 963,990,1017,1044,1071,1098,1125,1152,1179,1206,1233,1260,1287,1314,1341,1368 %N A124388 a(n) = 27*n + 18. %C A124388 Second differences of dodecahedral numbers (A006566). %C A124388 Also, first differences of dodecahedral gnomic numbers (A093485); a(n+1) - a(n) = 27. %H A124388 Vincenzo Librandi, <a href="/A124388/b124388.txt">Table of n, a(n) for n = 0..10000</a> %H A124388 Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/RecursiveSequences.html">Recursive Sequences</a>. %H A124388 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (2,-1). %F A124388 a(n) = 9*A016789(n). %F A124388 G.f.: 9*(2 + x)/(x-1)^2. - _R. J. Mathar_, Jul 02 2011 %F A124388 From _Elmo R. Oliveira_, Dec 08 2024: (Start) %F A124388 E.g.f.: 9*exp(x)*(2 + 3*x). %F A124388 a(n) = 2*a(n-1) - a(n-2) for n > 1. (End) %F A124388 Sum_{n>=0} (-1)^n/a(n) = (Pi/sqrt(3) - log(2))/27. - _Amiram Eldar_, May 11 2025 %t A124388 Range[18, 7000, 27] (* _Vladimir Joseph Stephan Orlovsky_, Jul 13 2011 *) %o A124388 (Magma) [27*n+18: n in [0..50]]; // _Vincenzo Librandi_, Sep 29 2011 %o A124388 (PARI) for(n=0, 1e2, print1(27*n+18, ", ")) \\ _Felix Fröhlich_, Jul 07 2014 %Y A124388 Cf. A006566, A016789, A093485. %K A124388 nonn,easy %O A124388 0,1 %A A124388 _Reinhard Zumkeller_, Oct 30 2006