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.

A104149 Numbers k such that sigma(k+2) = sigma(k+1) + sigma(k).

Original entry on oeis.org

1, 2, 22, 1966, 3262, 5014, 60454, 1016506, 4420162, 12055510, 14365606, 25726726, 27896422, 66562306, 72764734, 98734966, 175186654, 224868310, 253694926, 288657202, 386668342, 421575406, 504737746, 630645454, 1493547998, 1653797794, 2120325010, 2221315150
Offset: 1

Views

Author

Neven Juric (neven.juric(AT)apis-it.hr), Aug 16 2010

Keywords

Comments

Apparently all terms > 1 are even. - Zak Seidov, Mar 23 2015
For n <= 95, no a(n) is divisible by 3; a(2), a(25) and a(57) == 2 (mod 3), the rest == 1 (mod 3). - Robert Israel, Mar 23 2015

Examples

			sigma(22) = 1+2+11+22 = 36.
sigma(23) = 1+23 = 24.
sigma(24) = 1+2+3+4+6+8+12+24 = 60.
sigma(24) = sigma(23) + sigma(22).
		

Programs

Formula

a(n) = A065900(n) - 2. - R. J. Mathar, Aug 19 2010
a(n) = A076530(n) - 1. - M. F. Hasler, Aug 19 2010

Extensions

More terms from Zak Seidov and R. J. Mathar, Aug 19 2010