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.

A224384 a(n) = 1 + 17^n.

This page as a plain text file.
%I A224384 #26 Jul 22 2019 21:32:28
%S A224384 2,18,290,4914,83522,1419858,24137570,410338674,6975757442,
%T A224384 118587876498,2015993900450,34271896307634,582622237229762,
%U A224384 9904578032905938,168377826559400930,2862423051509815794,48661191875666868482,827240261886336764178,14063084452067724991010
%N A224384 a(n) = 1 + 17^n.
%C A224384 Sum of n-th powers of divisors of 17.
%H A224384 Vincenzo Librandi, <a href="/A224384/b224384.txt">Table of n, a(n) for n = 0..200</a>
%H A224384 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (18,-17).
%F A224384 a(n) = A001026(n) + 1.
%F A224384 G.f.: 1/(1-x) + 1/(1-17*x).
%F A224384 E.g.f.: exp(x) + exp(17*x).
%F A224384 a(n) = 18*a(n-1) - 17*a(n-2) with a(0) = 2, a(1) = 18.
%t A224384 17^Range[0,20]+1 (* _Harvey P. Dale_, Jul 19 2019 *)
%Y A224384 Cf. A001026.
%Y A224384 Similar sequences: A000051, A034472, A001576, A034474, A034488, A034491, A034496, A034513, A034517, A034524, A034660, A141012, A141013, A141014, A020514, A034661, A034662, A034663, A034664, A034665, A034666, A034667, A034668, A034669, A020516, A034671, A034672, A034673, A034674, A034675.
%K A224384 nonn,easy
%O A224384 0,1
%A A224384 _Philippe Deléham_, Apr 05 2013