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.

Showing 1-4 of 4 results.

A071629 Number of terms in the set InvPhi(4*prime(n)), where prime(n) is the n-th prime.

Original entry on oeis.org

5, 6, 5, 2, 3, 2, 0, 0, 3, 3, 0, 2, 3, 2, 0, 3, 0, 0, 2, 0, 2, 2, 3, 3, 2, 0, 0, 0, 0, 3, 2, 3, 0, 2, 0, 0, 0, 2, 0, 3, 3, 0, 3, 2, 0, 2, 0, 0, 0, 0, 3, 3, 0, 3, 0, 0, 0, 0, 2, 3, 0, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 0, 0, 0, 0, 0, 2, 3, 0, 3, 2, 0, 3, 0, 0, 0, 0, 0, 0, 2, 3, 2, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 1

Views

Author

Labos Elemer, May 30 2002

Keywords

Examples

			For n=5: invphi(4*11) = [69,92,138], a(5) = 3.
		

Crossrefs

Programs

  • Maple
    [seq(nops(invphi(4*ithprime(i))),i=1..128)];
  • PARI
    a(n) = invphiNum(4*prime(n)); \\ Amiram Eldar, Nov 07 2024, using Max Alekseyev's invphi.gp

A071634 Number of terms in the set InvPhi(1048576*prime(n)), where prime(n) is the n-th prime.

Original entry on oeis.org

23, 112, 81, 64, 75, 48, 36, 28, 43, 68, 14, 80, 35, 50, 0, 43, 28, 28, 46, 52, 44, 32, 38, 49, 48, 37, 10, 34, 24, 47, 34, 65, 19, 28, 59, 20, 32, 82, 15, 30, 61, 32, 48, 62, 10, 32, 2, 26, 18, 16, 65, 77, 0, 46, 8, 0, 43, 18, 56, 60, 0, 38, 40, 13, 36, 26, 44, 46, 41, 12, 0
Offset: 1

Views

Author

Labos Elemer, May 30 2002

Keywords

Examples

			InvPhi(1048576*211) = {221249537,442499074}, a(47) = 2.
Observe that a(15) = 0 because 47 needs a very large 2^i multiplier (instead of 1048576) to give a nonempty InvPhi set.
		

Crossrefs

Programs

  • Maple
    >[seq(nops(invphi(1048576*ithprime(i))),i=1..128)];
  • PARI
    a(n) = invphiNum(1048576 * prime(n)); \\ Amiram Eldar, Nov 11 2024, using Max Alekseyev's invphi.gp

A071632 Number of terms in the set InvPhi(1024*prime(n)), where prime(n) is the n-th prime.

Original entry on oeis.org

13, 43, 31, 24, 32, 16, 13, 8, 14, 27, 4, 24, 11, 16, 0, 18, 7, 8, 16, 19, 16, 12, 18, 19, 18, 12, 0, 14, 6, 18, 10, 23, 9, 10, 17, 8, 4, 28, 5, 11, 20, 12, 18, 22, 0, 10, 0, 6, 0, 6, 21, 32, 0, 11, 4, 0, 16, 8, 20, 19, 0, 18, 14, 3, 10, 5, 12, 16, 14, 2, 0, 26, 0, 16, 0, 0, 0, 14, 14
Offset: 1

Views

Author

Labos Elemer, May 30 2002

Keywords

Examples

			InvPhi(1024*31) = {39685,63496,79370,95244}, so a(11) = 4.
Observe that a(15) = 0 because 47 needs a very large 2^i multiplier (instead of 1024) to give a nonempty InvPhi set.
		

Crossrefs

Programs

  • Maple
    [seq(nops(invphi(1024*ithprime(i))),i=1..128)];
  • PARI
    a(n) = invphiNum(1024 * prime(n)); \\ Amiram Eldar, Nov 11 2024, using Max Alekseyev's invphi.gp

A071633 Number of terms in the set InvPhi(65536*prime(n)), where prime(n) is the n-th prime.

Original entry on oeis.org

19, 82, 59, 46, 56, 34, 26, 20, 31, 52, 10, 56, 24, 34, 0, 30, 20, 20, 32, 37, 32, 24, 30, 37, 34, 24, 2, 26, 16, 35, 22, 46, 15, 20, 38, 14, 20, 58, 11, 22, 42, 24, 33, 46, 3, 20, 0, 18, 10, 12, 44, 56, 0, 29, 8, 0, 31, 14, 38, 44, 0, 30, 28, 9, 24, 18, 30, 34, 29, 8, 0, 50, 6
Offset: 1

Views

Author

Labos Elemer, May 30 2002

Keywords

Examples

			invphi(65536*103) = {6750209,13500418}, so a(27) = 2.
Observe that a(15) = 0 because 47 needs very large 2^i multiplier (instead of 65536) to give nonempty InvPhi set.
		

Crossrefs

Programs

  • Maple
    [seq(nops(invphi(65536*ithprime(i))),i=1..128)];
  • PARI
    a(n) = invphiNum(65536 * prime(n)); \\ Amiram Eldar, Nov 11 2024, using Max Alekseyev's invphi.gp
Showing 1-4 of 4 results.