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.

A280712 Inverse Euler transform of A280611.

Original entry on oeis.org

2, 1, 0, 1, 0, 4, 0, 1, 0, 2, 0, 2, 0, 0, 0, 1, 0, 4, 0, 3, 0, 2, 0, 4, 0, 0, 0, 2, 0, 2, 0, 1, 0, 0, 0, 4, 0, 0, 0, 4, 0, 4, 0, 1, 0, 2, 0, 1, 0, 0, 0, 2, 0, 2, 0, 1, 0, 2, 0, 7, 0, 0, 0, 1, 0, 2, 0, 0, 0, 2, 0, 9, 0, 0, 0, 0, 0, 2, 0, 1, 0, 2, 0, 2, 0, 0, 0, 3, 0, 0, 0, 1, 0, 0, 0, 6, 0, 0, 0, 4, 0, 2, 0, 1, 0
Offset: 1

Views

Author

Christopher J. Smyth, Jan 07 2017

Keywords

Comments

a(n) = b(n) for n odd, a(n) = b(n) - b(n/2) for n even >= 2, where b(n) = A014197(n) = the number of m with phi(m) = n.
Note that a(n) = 0 for all odd n > 1, and so a(n) = b(n) for n >= 3, n not a multiple of 4.

Examples

			a(4) = #{m:phi(m) = 4} - #{m:phi(m) = 2} = #{5,8,10,12} - #{2,4,6} = 4-3 = 1.
		

Crossrefs

Programs

Formula

Euler transform of sequence = Product_{k>=1} (1-x^k)^(-a(k)) is the g.f. of A280611.

Extensions

More terms from Antti Karttunen, Nov 09 2018