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.

A181303 Numbers of the form i*7^j-1 (i=1..6, j >= 0).

This page as a plain text file.
%I A181303 #26 May 05 2024 03:29:04
%S A181303 0,1,2,3,4,5,6,13,20,27,34,41,48,97,146,195,244,293,342,685,1028,1371,
%T A181303 1714,2057,2400,4801,7202,9603,12004,14405,16806,33613,50420,67227,
%U A181303 84034,100841,117648,235297,352946,470595,588244,705893,823542,1647085,2470628,3294171,4117714,4941257
%N A181303 Numbers of the form i*7^j-1 (i=1..6, j >= 0).
%H A181303 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (1,0,0,0,0,7,-7).
%F A181303 G.f.: x^2*(x+1)*(x^2-x+1)*(x^2+x+1) / ((x-1)*(7*x^6-1)). - _Colin Barker_, Feb 01 2013
%t A181303 Sort[Flatten[Table[i 7^j-1,{i,1,6},{j,0,7}]]]  (* _Harvey P. Dale_, Feb 03 2011 *)
%Y A181303 Smallest number whose base b sum of digits is n: A000225 (b=2), A062318 (b=3), A180516 (b=4), A181287 (b=5), A181288 (b=6), this sequence (b=7), A165804 (b=8), A140576 (b=9), A051885 (b=10). - _Jason Kimberley_, Nov 02 2011
%K A181303 nonn,easy
%O A181303 1,3
%A A181303 _N. J. A. Sloane_, Jan 25 2011