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.

A034491 a(n) = 7^n + 1.

This page as a plain text file.
%I A034491 #38 Feb 17 2024 10:28:53
%S A034491 2,8,50,344,2402,16808,117650,823544,5764802,40353608,282475250,
%T A034491 1977326744,13841287202,96889010408,678223072850,4747561509944,
%U A034491 33232930569602,232630513987208,1628413597910450,11398895185373144
%N A034491 a(n) = 7^n + 1.
%H A034491 T. D. Noe, <a href="/A034491/b034491.txt">Table of n, a(n) for n = 0..200</a>
%H A034491 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (8,-7).
%F A034491 a(n) = 7*a(n-1) - 6.
%F A034491 a(n) = 8*a(n-1) - 7*a(n-2).
%F A034491 From _Mohammad K. Azarian_, Jan 02 2009: (Start)
%F A034491 G.f.: 1/(1-x) + 1/(1-7*x).
%F A034491 E.g.f.: exp(x) + exp(7*x). (End)
%F A034491 a(n) = 2*A034494(n). - _G. C. Greubel_, Mar 11 2023
%t A034491 7^Range[0,30] +1
%t A034491 LinearRecurrence[{8,-7},{2,8},20] (* _Harvey P. Dale_, Aug 18 2018 *)
%o A034491 (Sage) [sigma(7,n) for n in range(0,20)] # _Zerinvary Lajos_, Jun 04 2009
%o A034491 (PARI) a(n)=7^n+1 \\ _Charles R Greathouse IV_, Sep 24 2015
%o A034491 (Magma) [7^n +1: n in [0..30]]; // _G. C. Greubel_, Mar 11 2023
%Y A034491 Cf. A000051, A007689, A034472, A034474, A034494, A034524, A052539.
%Y A034491 Cf. A062394, A062395, A062396, A062397, A063376, A063481.
%Y A034491 Cf. A074600 - A074624, A178248, A228081.
%K A034491 easy,nonn
%O A034491 0,1
%A A034491 _N. J. A. Sloane_