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.

A229855 a(n) = 384*n + 257.

This page as a plain text file.
%I A229855 #24 Dec 11 2024 00:21:13
%S A229855 257,641,1025,1409,1793,2177,2561,2945,3329,3713,4097,4481,4865,5249,
%T A229855 5633,6017,6401,6785,7169,7553,7937,8321,8705,9089,9473,9857,10241,
%U A229855 10625,11009,11393,11777,12161,12545,12929,13313,13697,14081,14465,14849,15233,15617,16001
%N A229855 a(n) = 384*n + 257.
%C A229855 Every composite Fermat number has at least two divisors of the form 384*n + 257, n > 0.
%H A229855 Arkadiusz Wesolowski, <a href="/A229855/b229855.txt">Table of n, a(n) for n = 0..1000</a>
%H A229855 Wikipedia, <a href="http://en.wikipedia.org/wiki/Fermat_number">Fermat number</a>.
%H A229855 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (2,-1).
%F A229855 G.f.: (257 + 127*x)/(1 - x)^2.
%F A229855 a(n) = 128*A016789(n) + 1.
%F A229855 From _Elmo R. Oliveira_, Dec 08 2024: (Start)
%F A229855 E.g.f.: exp(x)*(257 + 384*x).
%F A229855 a(n) = 2*a(n-1) - a(n-2) for n > 1. (End)
%p A229855 seq(384*n+257, n=0..40);
%t A229855 Table[384*n + 257, {n, 0, 40}]
%o A229855 (Magma) [384*n+257 : n in [0..40]];
%o A229855 (PARI) for(n=0, 40, print1(384*n+257, ", "));
%Y A229855 Cf. A000215, A016789, A094358, A229853, A229854, A229856.
%K A229855 nonn,easy
%O A229855 0,1
%A A229855 _Arkadiusz Wesolowski_, Oct 01 2013