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.

A147978 a(n) = 7^n-6^n-5^n-4^n-3^n-2^n-1.

This page as a plain text file.
%I A147978 #17 Apr 11 2024 04:04:12
%S A147978 -5,-14,-42,-98,126,4606,50478,446782,3622206,28040446,211134798,
%T A147978 1561328062,11403051486,82538901886,593482158318,4245770823742,
%U A147978 30254894691966,214923605948926,1522969836817038,10770185918341822
%N A147978 a(n) = 7^n-6^n-5^n-4^n-3^n-2^n-1.
%H A147978 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (28,-322,1960,-6769,13132,-13068,5040).
%F A147978 G.f.: x*(11628*x^6-22736*x^5+17059*x^4-6370*x^3+1260*x^2-126*x+5)/((x-1)*(2*x-1)*(3*x-1)*(4*x-1)*(5*x-1)*(6*x-1)*(7*x-1)). - _Colin Barker_, Oct 29 2012
%t A147978 lst={};Do[p=7^n-6^n-5^n-4^n-3^n-2^n-1^n;AppendTo[lst,p],{n,0,5!}];lst
%Y A147978 Cf. A147975, A147976, A147977, A147979.
%K A147978 sign,easy
%O A147978 1,1
%A A147978 _Vladimir Joseph Stephan Orlovsky_, Nov 18 2008