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.

A219841 Positions of numbers 2^n + 3^n (n >= 0) in A004050.

Original entry on oeis.org

1, 4, 9, 17, 29, 44, 62, 86, 108, 139, 166, 204, 245, 282, 331, 371, 427, 472, 535, 602, 656, 730, 788, 869, 953, 1021, 1113, 1184, 1283, 1359, 1465, 1575, 1660, 1777, 1866, 1990, 2118, 2216, 2351, 2453, 2595, 2702, 2851, 3004, 3120, 3280, 3400, 3567, 3738
Offset: 0

Views

Author

Zak Seidov, Nov 29 2012

Keywords

Examples

			a(0) = 1 because 2^0 + 3^0 = 1 = A004050(1),
a(1) = 4 because 2^1 + 3^1 = 5 = A004050(4).
		

Crossrefs

Cf. A004050.