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.

A165254 a(n) = 9 + n^17.

This page as a plain text file.
%I A165254 #11 Sep 08 2022 08:45:47
%S A165254 9,10,131081,129140172,17179869193,762939453134,16926659444745,
%T A165254 232630513987216,2251799813685257,16677181699666578,
%U A165254 100000000000000009,505447028499293780,2218611106740437001,8650415919381337942
%N A165254 a(n) = 9 + n^17.
%H A165254 Vincenzo Librandi, <a href="/A165254/b165254.txt">Table of n, a(n) for n = 0..1000</a>
%F A165254 a(n) = A010805(n) + 9.
%o A165254 (Magma) [9+n^17: n in [0..15]]; // _Vincenzo Librandi_, Jun 19 2011
%o A165254 (PARI) a(n) = 9 + n^17; \\ _Michel Marcus_, Oct 04 2016
%Y A165254 Cf. A010805.
%K A165254 easy,nonn
%O A165254 0,1
%A A165254 _Philippe Deléham_, Sep 10 2009
%E A165254 Corrected and edited by _Vincenzo Librandi_, Jun 19 2011