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.

A057747 Number of decompositions of 2n-1 into sum of a lucky number and an even-lucky-number (from A045954).

Original entry on oeis.org

0, 1, 2, 2, 2, 3, 4, 3, 3, 5, 4, 4, 5, 6, 4, 4, 5, 7, 6, 5, 5, 8, 6, 6, 6, 8, 8, 9, 8, 8, 7, 6, 7, 8, 9, 9, 9, 9, 10, 10, 7, 10, 13, 8, 9, 11, 10, 8, 9, 10, 12, 10, 12, 9, 12, 11, 10, 12, 14, 12, 15, 12, 10, 12, 10, 13, 16, 11, 13, 16, 14, 11, 15, 15, 13, 17, 15, 12, 13, 10, 12, 18, 14, 11
Offset: 1

Views

Author

Naohiro Nomoto, Oct 30 2000

Keywords

Examples

			1 is not the sum of a lucky number and an even-lucky-number, so a(1)=0; 3=1+2 (one way, so a(2)=1); 5=3+2=1+4 (so a(3)=2); etc.
		

Crossrefs

Extensions

Offset changed to 1 by Jinyuan Wang, Apr 07 2020