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.

A016788 a(n) = (3*n+1)^12.

This page as a plain text file.
%I A016788 #22 Jul 08 2025 05:54:01
%S A016788 1,16777216,13841287201,1000000000000,23298085122481,281474976710656,
%T A016788 2213314919066161,12855002631049216,59604644775390625,
%U A016788 232218265089212416,787662783788549761,2386420683693101056,6582952005840035281,16777216000000000000,39959630797262576401
%N A016788 a(n) = (3*n+1)^12.
%H A016788 Vincenzo Librandi, <a href="/A016788/b016788.txt">Table of n, a(n) for n = 0..10000</a>
%H A016788 <a href="/index/Rec#order_13">Index entries for linear recurrences with constant coefficients</a>, signature (13,-78,286,-715,1287,-1716,1716,-1287,715,-286,78,-13,1).
%F A016788 a(n) = A008456(A016777(n)). - _Michel Marcus_, Jun 16 2016
%F A016788 Sum_{n>=0} 1/a(n) = PolyGamma(11, 1/3)/21213424108800. - _Amiram Eldar_, Mar 30 2022
%t A016788 Table[(3n+1)^12,{n,0,100}] (* _Mohammad K. Azarian_, Jun 15 2016 *)
%o A016788 (Magma) [(3*n+1)^12: n in [0..20]]; // _Vincenzo Librandi_, Sep 29 2011
%Y A016788 Cf. A008456, A016777, A016778, A016779, A016780, A016781, A016782, A016783, A016784, A016785, A016786, A016787.
%Y A016788 Subsequence of A008456.
%K A016788 nonn,easy
%O A016788 0,2
%A A016788 _N. J. A. Sloane_