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.

A256291 Numbers which have only digits 5 and 6 in base 10.

This page as a plain text file.
%I A256291 #11 Sep 08 2022 08:46:11
%S A256291 5,6,55,56,65,66,555,556,565,566,655,656,665,666,5555,5556,5565,5566,
%T A256291 5655,5656,5665,5666,6555,6556,6565,6566,6655,6656,6665,6666,55555,
%U A256291 55556,55565,55566,55655,55656,55665,55666,56555,56556
%N A256291 Numbers which have only digits 5 and 6 in base 10.
%H A256291 Vincenzo Librandi, <a href="/A256291/b256291.txt">Table of n, a(n) for n = 1..8190</a>
%H A256291 <a href="/index/Ar#10-automatic">Index entries for 10-automatic sequences</a>.
%F A256291 a(n) = A007931(n) + A002278(A000523(n+1)) = A256290(n) + A256077(n) etc.
%t A256291 Flatten[Table[FromDigits[#,10]&/@Tuples[{5,6},n],{n,5}]]
%o A256291 (Magma) [n: n in [1..60000] | Set(IntegerToSequence(n, 10)) subset {5, 6}];
%o A256291 (PARI) A256291(n)=vector(#n=binary(n+1)[2..-1],i,10^(#n-i))*n~+10^#n\9*5
%o A256291 (Magma) [n: n in [1..100000] | Set(Intseq(n)) subset {5,6}]; // :Vincenzo Librandi_, Aug 19 2016
%Y A256291 Cf. A007088 (digits 0 & 1), A007931 (digits 1 & 2), A032810 (digits 2 & 3), A032834 (digits 3 & 4), A256290 (digits 4 & 5), A256292 (digits 6 & 7), A256340 (digits 7 & 8), A256341 (digits 8 & 9).
%K A256291 nonn,base,easy
%O A256291 1,1
%A A256291 _M. F. Hasler_, Mar 27 2015