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.

A079413 Number of ways to write n as sum of powers p^e of distinct primes p such that e>0 and p does not divide n.

Original entry on oeis.org

0, 0, 0, 0, 1, 0, 2, 1, 2, 1, 3, 1, 3, 2, 3, 3, 3, 2, 5, 3, 4, 3, 9, 3, 5, 4, 6, 4, 18, 3, 20, 8, 7, 8, 10, 6, 30, 9, 11, 8, 41, 5, 47, 11, 12, 13, 63, 10, 42, 13, 23, 16, 89, 13, 35, 20, 34, 28, 126, 11, 134, 35, 36, 44, 57, 15, 185, 40, 64, 19, 236, 31, 251, 64, 55, 54, 117, 24, 341
Offset: 1

Views

Author

Reinhard Zumkeller, Jan 07 2003

Keywords

Comments

a(p) = A051613(p) - 1 for p prime.

Examples

			13 = 11+2 = 3^3+2^2 = 2^3+5, therefore a(13)=3, (A051613(13)=4, A054685(13)=6, A079412(13)=18);
14 = 11+3 = 3^2+5, therefore a(14)=2, (A051613(14)=4, A054685(14)=7, A079412(14)=3).
		

Crossrefs