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-3 of 3 results.

A144206 Numbers A141427(k) such that the three numbers A141427(k) -/+ 3 and A141427(k) + 1 are all prime.

Original entry on oeis.org

10, 16, 40, 70, 100, 106, 196, 226, 280, 310, 460, 616, 826, 856, 880, 1090, 1300, 1426, 1450, 1486, 1666, 1696, 1786, 1870, 1876, 1996, 2086, 2140, 2380, 2686, 2710, 2800, 3166, 3256, 3460, 3466, 3850, 4156, 4516, 4786, 5230, 5416, 5440, 5650, 5656, 5740, 6550, 6826, 7210, 7756, 7876, 8290, 8626
Offset: 1

Views

Author

Giovanni Teofilatto, Sep 14 2008

Keywords

Crossrefs

Extensions

Corrected definition and extended. - R. J. Mathar, Sep 18 2008
Corrected A-number typo in the definition. - R. J. Mathar, Oct 14 2008

A141515 a(n) = phi(A067774(n)) where phi is Euler totient function.

Original entry on oeis.org

1, 6, 12, 18, 22, 30, 36, 42, 46, 52, 60, 66, 72, 78, 82, 88, 96, 102, 108, 112, 126, 130, 138, 150, 156, 162, 166, 172, 180, 192, 198, 210, 222, 228, 232, 240, 250, 256, 262, 270, 276, 282, 292, 306, 312, 316, 330, 336, 348, 352, 358, 366, 372, 378, 382, 388
Offset: 1

Views

Author

Giovanni Teofilatto, Aug 11 2008

Keywords

Comments

Count of numbers smaller than and coprime to p for primes p such that p + 2 is composite.
Subsequence of A006093.

Crossrefs

Cf A067774 (primes p such that p+2 is composite), A000010 (Euler totient function), A006093 (primes minus 1), A141426, A141427.

Programs

  • Magma
    [EulerPhi(p): p in PrimesUpTo(400) | not IsPrime(p+2)]; // Vincenzo Librandi, Feb 09 2018
  • Mathematica
    EulerPhi[#]&@Select[Prime@Range@80, !PrimeQ[# + 2] &] (* Vincenzo Librandi, Feb 09 2018 *)
  • PARI
    {forprime(p=2, 400, if(!isprime(p+2), print1(eulerphi(p), ",")))} \\ Klaus Brockhaus, Aug 31 2008
    

Extensions

Edited and a(1) = 1, a(12) = 66 inserted by Klaus Brockhaus, Aug 31 2008

A144737 Numbers A141426(k) such that the three numbers A141426(k) -/+ 5 and A141426(k) + 1 are all prime.

Original entry on oeis.org

18, 42, 78, 108, 162, 228, 312, 378, 438, 462, 738, 756, 858, 882, 1092, 1302, 1428, 1488, 1548, 1998, 2292, 2346, 2388, 2472, 2688, 2856, 3186, 3318, 3612, 3696, 4446, 4518, 4728, 4788, 4998, 5232, 5526, 5568, 5688, 5856
Offset: 1

Views

Author

Giovanni Teofilatto, Sep 20 2008

Keywords

Crossrefs

Cf. A141427.

Extensions

More terms from R. J. Mathar, Aug 23 2010
Showing 1-3 of 3 results.