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

A173135 Primes other than 3 and 5.

Original entry on oeis.org

2, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Feb 10 2010

Keywords

Crossrefs

Programs

Extensions

Better definition from Charles R Greathouse IV, Mar 24 2010, corrected Apr 22 2010

A176002 Numbers n such that 15*prime(n)+{-4,-2,2,4} are all primes.

Original entry on oeis.org

4, 6, 34, 176, 608, 1023, 1338, 1377, 1555, 1980, 2054, 2850, 2893, 3061, 3263, 3572, 3977, 4029, 4244, 4405, 6099, 6548, 7203, 7348, 7350, 7572, 7574, 9028, 10657, 11976, 12215, 12874, 13247, 13388, 13432, 14537, 14813, 15115, 15412, 15509
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Apr 11 2010

Keywords

Comments

Numbers n such that 15*prime(n)-4, 15*prime(n)-2, 15*prime(n)+2 and 15*prime(n)+4 are primes.

Examples

			a(1)=4 because 15*prime(4)-4=101, 15*prime(4)-2=103, 15*prime(4)+2=107 and 15*prime(4)+4=109.
		

Crossrefs

Programs

  • Mathematica
    p15Q[n_]:=And@@PrimeQ/@(15 Prime[n]+{-4,-2,2,4}); Select[Range[16000], p15Q]  (* Harvey P. Dale, Mar 20 2011 *)

Formula

A000040(a(n))=A112540(k).

Extensions

More terms from R. J. Mathar, Apr 16 2010
Showing 1-2 of 2 results.