A350384 a(n) = (-1728)^n.
1, -1728, 2985984, -5159780352, 8916100448256, -15407021574586368, 26623333280885243904, -46005119909369701466112, 79496847203390844133441536, -137370551967459378662586974208, 237376313799769806328950291431424, -410186270246002225336426103593500672
Offset: 0
Links
- Caroline Nunn, A Proof of a Generalization of Niven's Theorem Using Algebraic Number Theory, Rose-Hulman Undergraduate Mathematics Journal: Vol. 22, Iss. 2, Article 3 (2021).
- Index entries for linear recurrences with constant coefficients, signature (-1728).
Programs
-
Mathematica
LinearRecurrence[{-1728},{1},12] NestList[-1728#&,1,20] (* Harvey P. Dale, Dec 25 2023 *)