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.

A214360 Primes congruent to 23 modulo 3120613860.

Original entry on oeis.org

23, 3120613883, 6241227743, 9361841603, 12482455463, 15603069323, 18723683183, 21844297043, 24964910903, 28085524763, 34326752483, 43688594063, 62412277223, 115462712843, 124824554423, 156030693023, 159151306883, 171633762323, 180995603903, 196598673203
Offset: 1

Views

Author

Reinhard Zumkeller, Jul 13 2012

Keywords

Comments

A211889(9) = 3120613860;
the first 10 terms constitute row 9 of triangle A211890, an arithmetic progression of 10 primes.

Crossrefs

Cf. A010051.
Sequences of numbers congruent 23 modulo m: A134517 m=24, A141945 m=25, A140375 m=26, A141963 m=27, A141974 m=28, A141999 m=29, A132235 m=30, A142027 m=31, A142044 m=32, A142062 m=33, A142091 m=35, A142107 m=36, A142132 m=37, A142173 m=39, A142192 m=40, A142220 m=41, A142244 m=42, A142272 m=43, A142302 m=44, A142324 m=45, A142374 m=47, A142405 m=48, A142433 m=49, A142490 m=51, A142518 m=52, A142553 m=53, A142617 m=55, A142650 m=56, A142679 m=57, A142750 m=59, A142790 m=60, A142821 m=61, A142902 m=63, A142935 m=64, A140844 m=210.

Programs

  • Haskell
    a214360 n = a214360_list !! (n-1)
    a214360_list = [x | k <- [0..], let x = 3120613860*k+23, a010051' x == 1]
    
  • Maple
    select(isprime,[seq(23+i*3120613860,i=0..1000)]); # Robert Israel, Jun 07 2015
  • Mathematica
    Select[Range[23, 2 10^11, 3120613860], PrimeQ] (* Vincenzo Librandi, Jun 07 2015 *)
  • PARI
    is(n)=isprime(n) && n%3120613860==23 \\ Charles R Greathouse IV, Jul 02 2016

Formula

a(n) ~ 658414080n log n. - Charles R Greathouse IV, Jul 02 2016

A142133 Primes congruent to 24 mod 37.

Original entry on oeis.org

61, 283, 431, 653, 727, 1097, 1171, 1319, 2207, 2281, 2503, 3169, 3391, 3539, 3613, 3761, 4057, 4649, 4723, 4871, 5167, 5981, 6203, 6277, 6869, 7757, 8053, 8423, 8719, 8867, 8941, 9311, 9533, 9829, 10273, 10939, 11087, 11161, 11383, 11827, 12049, 12197, 12641
Offset: 1

Views

Author

N. J. A. Sloane, Jul 11 2008

Keywords

Crossrefs

Programs

Formula

a(n) ~ 36n log n. - Charles R Greathouse IV, Jul 02 2016

A142134 Primes congruent to 25 mod 37.

Original entry on oeis.org

173, 617, 691, 839, 1061, 1283, 1579, 1801, 1949, 2393, 2467, 2689, 2837, 3947, 4021, 4243, 4391, 4909, 5279, 5501, 6389, 6833, 6907, 7129, 7351, 7499, 7573, 8017, 8387, 8461, 8609, 8831, 9127, 9349, 9497, 9719, 9941, 10163, 10459, 10607, 10903, 11273
Offset: 1

Views

Author

N. J. A. Sloane, Jul 11 2008

Keywords

Crossrefs

Programs

Formula

a(n) ~ 36n log n. - Charles R Greathouse IV, Jul 02 2016

A142135 Primes congruent to 26 mod 37.

Original entry on oeis.org

137, 211, 359, 433, 877, 1321, 1543, 1913, 1987, 2357, 2579, 2801, 3023, 3319, 3467, 3541, 3911, 4133, 4651, 4799, 5021, 6131, 6353, 6427, 6871, 7019, 7537, 7759, 7907, 8573, 8647, 9091, 9239, 9461, 10867, 11311, 11681, 11903, 12347, 12421, 12569, 12791
Offset: 1

Views

Author

N. J. A. Sloane, Jul 11 2008

Keywords

Crossrefs

Programs

Formula

a(n) ~ 36n log n. - Charles R Greathouse IV, Jul 02 2016
Showing 1-4 of 4 results.