cp's OEIS Frontend

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.

A017346 a(n) = (10*n + 6)^6.

This page as a plain text file.
%I A017346 #16 Jul 08 2025 06:04:00
%S A017346 46656,16777216,308915776,2176782336,9474296896,30840979456,
%T A017346 82653950016,192699928576,404567235136,782757789696,1418519112256,
%U A017346 2436396322816,4001504141376,6327518887936,9685390482496
%N A017346 a(n) = (10*n + 6)^6.
%H A017346 Vincenzo Librandi, <a href="/A017346/b017346.txt">Table of n, a(n) for n = 0..10000</a>
%H A017346 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7, -21, 35, -35, 21, -7, 1).
%o A017346 (Magma) [(10*n+6)^6: n in [0..20]]; // _Vincenzo Librandi_, Aug 03 2011
%Y A017346 Second bisection of A272914.
%K A017346 nonn,easy
%O A017346 0,1
%A A017346 _N. J. A. Sloane_