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.

Showing 1-2 of 2 results.

A138148 Cyclops numbers with binary digits only.

Original entry on oeis.org

0, 101, 11011, 1110111, 111101111, 11111011111, 1111110111111, 111111101111111, 11111111011111111, 1111111110111111111, 111111111101111111111, 11111111111011111111111, 1111111111110111111111111, 111111111111101111111111111, 11111111111111011111111111111
Offset: 0

Views

Author

Omar E. Pol, Mar 18 2008

Keywords

Comments

All members are palindromes A002113. The first five members are mentioned in A129868.
Also, binary representation of A129868.
a(A090748(n)) is equal to A138831(n), the n-th perfect number minus 1, written in base 2.
Except for the first term (replace 0 with 1) the binary representation of the n-th iteration of the elementary cellular automaton, Rule 219 starting with a single ON (black) cell. - Robert Price, Feb 21 2016
a(1) = 101 is only prime number in this sequence since a(n) = (10^(n+1)+1)*(10^n-1)/9. - Altug Alkan, May 11 2016

Examples

			n ........ a(n) .... A129868(n): value of a(n) read in base 2.
0 ......... 0 ......... 0
1 ........ 101 ........ 5
2 ....... 11011 ....... 27
3 ...... 1110111 ...... 119
4 ..... 111101111 ..... 495
5 .... 11111011111 .... 2015
6 ... 1111110111111 ... 8127
		

References

  • S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.

Crossrefs

Cyclops numbers: A134808. Cf. A002113, A129868.
Cf. A002275 (repunits R_n = (10^n-1)/9), A011557 (10^n).

Programs

Formula

From Colin Barker, Feb 21 2013: (Start)
a(n) = (-1-9*10^n+10^(1+2*n))/9.
G.f.: x*(200*x-101) / ((x-1)*(10*x-1)*(100*x-1)). (End)
a(n) = 111*a(n-1) - 1110*a(n-2) + 1000*a(n-3) for n>2. - Wesley Ivan Hurt, Dec 08 2015
a(n) = A000533(n+1)*A002275(n). - Altug Alkan, May 12 2016
E.g.f.: (-1 - 9*exp(9*x) + 10*exp(99*x))*exp(x)/9. - Ilya Gutkovskiy, May 12 2016
a(n) = A002275(2n+1) - A011557(n). - M. F. Hasler, Feb 08 2020

Extensions

More terms from Omar E. Pol, Feb 09 2020

A135627 Perfect numbers minus 1.

Original entry on oeis.org

5, 27, 495, 8127, 33550335, 8589869055, 137438691327, 2305843008139952127, 2658455991569831744654692615953842175, 191561942608236107294793378084303638130997321548169215
Offset: 1

Views

Author

Omar E. Pol, Nov 27 2007

Keywords

Comments

Conjecture: every odd prime is a factor of at least one number in this sequence. - J. Lowell, Apr 17 2014
a(n) written in base 2 is A138831(n) which is also a member of A138148 (cyclops numbers with binary digits only), assuming there are no odd perfect numbers. - Omar E. Pol, Oct 24 2016 [clarified on Nov 03 2018].

Crossrefs

Programs

Formula

a(n) = A000396(n) - 1.
Showing 1-2 of 2 results.