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 A103645 #22 Mar 07 2024 16:02:14 %S A103645 1,25,64,49,961,100,6889,12769,18496,225625,4489,1844164,2430481, %T A103645 6325225,51724864,124609,480881041,435556900,2017536889,11562055729, %U A103645 741146176,122363538025,71895305689,610401563524,2514384233761 %N A103645 G.f.: (108*x^2+27*x+1)/(1+2*x-6*x^2-27*x^3). %C A103645 A floretion-generated sequence of squares. This sequence is related to several other sequences of squares. %C A103645 Floretion Algebra Multiplication Program, FAMP Code: 4ibaseiseq[ x*(+ 'i + 'j + i' + j' + 'ii' + 'jj' + 'ij' + 'ji' + e) ] where x is the sum of all (16) floretion basis vectors. %H A103645 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (-2,6,27). %F A103645 a(n) = -2*a(n-1) + 6*a(n-2) + 27*a(n-3) with a(0) = 1, a(1) = 25, a(2) = 64. %t A103645 CoefficientList[ Series[(108x^2 + 27x + 1)/(1 + 2x - 6x^2 - 27x^3), {x, 0, 25}], x] (* _Robert G. Wilson v_, Feb 12 2005 *) %t A103645 LinearRecurrence[{-2,6,27},{1,25,64},30] (* _Harvey P. Dale_, Jul 04 2022 *) %Y A103645 Cf. A103644. %K A103645 easy,nonn %O A103645 0,2 %A A103645 _Creighton Dement_, Feb 12 2005