login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A006937 Convert the last term from decimal to binary!.
(Formerly M4759)
1

%I M4759 #13 Jul 14 2015 15:03:51

%S 10,1010,1111110010,1000010001110100011000101111010,

%T 1100100111110011010011100010101000011000101001000100011011011010001111011100010000001000010011100010

%N Convert the last term from decimal to binary!.

%C The next term, a(6), has 330 digits. [From Harvey P. Dale, Aug 10 2011]

%D C. Pickover, Mazes for the Mind, St. Martin's Press, NY, 1992, p. 350.

%D N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

%t NestList[FromDigits[IntegerDigits[#,2]]&,10,5] (* _Harvey P. Dale_, Aug 10 2011 *)

%Y Essentially the same as A008559.

%K base,nonn

%O 1,1

%A _N. J. A. Sloane_.

%E The next term is too large to include.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)