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.

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

This page as a plain text file.
%I A181288 #21 May 05 2024 03:30:28
%S A181288 0,1,2,3,4,5,11,17,23,29,35,71,107,143,179,215,431,647,863,1079,1295,
%T A181288 2591,3887,5183,6479,7775,15551,23327,31103,38879,46655,93311,139967,
%U A181288 186623,233279,279935,559871,839807,1119743,1399679,1679615,3359231,5038847,6718463,8398079,10077695,20155391,30233087
%N A181288 Numbers of the form i*6^j-1 (i=1..5, j >= 0).
%H A181288 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (1,0,0,0,6,-6).
%F A181288 G.f.: x^2*(x^4+x^3+x^2+x+1) / ((x-1)*(6*x^5-1)). [_Colin Barker_, Feb 01 2013]
%t A181288 Union[Flatten[Table[i*6^j-1,{j,0,20},{i,5}]]] (* _Harvey P. Dale_, Nov 12 2012 *)
%Y A181288 Smallest number whose base b sum of digits is n: A000225 (b=2), A062318 (b=3), A180516 (b=4), A181287 (b=5), this sequence (b=6), A181303 (b=7), A165804 (b=8), A140576 (b=9), A051885 (b=10). - _Jason Kimberley_, Nov 02 2011
%K A181288 nonn,easy
%O A181288 1,3
%A A181288 _N. J. A. Sloane_, Jan 25 2011