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 A256646 #48 Jul 12 2024 17:26:00 %S A256646 0,1,27,102,250,495,861,1372,2052,2925,4015,5346,6942,8827,11025, %T A256646 13560,16456,19737,23427,27550,32130,37191,42757,48852,55500,62725, %U A256646 70551,79002,88102,97875,108345,119536,131472,144177,157675,171990,187146,203167,220077 %N A256646 26-gonal pyramidal numbers: a(n) = n*(n+1)*(8*n-7)/2. %C A256646 See comments in A256645. %D A256646 E. Deza and M. M. Deza, Figurate numbers, World Scientific Publishing (2012), page 93 (24th row of the table). %H A256646 Luciano Ancora, <a href="/A256646/b256646.txt">Table of n, a(n) for n = 0..1000</a> %H A256646 Luciano Ancora, <a href="/A256645/a256645_1.pdf">Polygonal and Pyramidal numbers</a>, Section 3. %H A256646 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1). %F A256646 G.f.: x*(1 + 23*x)/(1 - x)^4. %F A256646 a(n) = A000292(n) + 23*A000292(n-1). %F A256646 a(n) = n*A051866(n) - Sum_{i=0..n-1} A051866(i). - _Bruno Berselli_, Apr 09 2015 %F A256646 Sum_{n>=1} 1/a(n) = 2*(4*(sqrt(2)+1)*Pi - 4*(sqrt(2)-8)*log(2) + 8*sqrt(2)*log(sqrt(2)+2) - 7)/105. - _Amiram Eldar_, Jan 10 2022 %F A256646 E.g.f.: (1/2)*x*(2 + 25*x + 8*x^2)*exp(x). - _G. C. Greubel_, Jul 12 2024 %t A256646 Table[n (n + 1) (8 n - 7)/2, {n, 0, 40}] %t A256646 LinearRecurrence[{4, -6, 4, -1}, {0, 1, 27, 102}, 40] (* _Vincenzo Librandi_, Apr 08 2015 *) %o A256646 (Magma) [n*(n+1)*(8*n-7)/2: n in [0..50]]; // _Vincenzo Librandi_, Apr 08 2015 %o A256646 (SageMath) [(8*n-7)*binomial(n+1,2) for n in range(51)] # _G. C. Greubel_, Jul 12 2024 %Y A256646 Partial sums of A255185. %Y A256646 Cf. similar sequences listed in A237616. %Y A256646 Cf. A000292, A051866, A256645. %K A256646 nonn,easy %O A256646 0,3 %A A256646 _Luciano Ancora_, Apr 07 2015