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.

A058047 Generalized Collatz sequences: primes resulting in a cycle containing 1.

Original entry on oeis.org

3, 5, 7, 29, 41, 79
Offset: 0

Views

Author

Murad A. AlDamen (Divisibility(AT)yahoo.com), Nov 17 2000

Keywords

Comments

For each prime P check the generalized Collatz sequence of each integer N > 1 defined by c(1) = N, c(n+1) = c(n) * P + 1 if F > P, otherwise c(n+1) = c(n) / F, where F is the smallest factor of c(n), until c(n) = c(m) for n > m starts a cycle. If all c(i) > 1, then P does not belong to the sequence (and vice versa).
All terms are as yet only conjectures. Jeff Heleen checked the primes < 1000 and start points up to 10000000 (see Prime Puzzle 114 and example below). a(1)=3 is the ordinary Collatz problem. - Frank Ellermann, Jan 20 2002
The jOEIS program uses start points up to 10^8 and yields [3, 5, 7, 19, 29, 41, 43*, 53, 71*, 79, 89*, 103*, 107, 109*, 127, 131*, 137] followed by [139, 149, 157, 179, 191, 197, 199, 211, 227, ...]. The terms in the first list without asterisks agree with A106919. - Georg Fischer, Jun 17 2023

Examples

			a(4) > 11, e.g.: 17, 17*11 + 1 = 188, 188/(2*2) = 47, 47*11 + 1 = 518, 518/(2*7) = 37, 37*11 + 1 = 408, 408/(2*2*2*3) = 17 (cycle without 1).
For p = 29 e.g.: 17, 17*29 + 1 = 494, 494/(2*13*19) = 1, 1*29 + 1 = 30, 30/30 = 1 (cycle with 1), no counterexample below 10000000.
		

Crossrefs

Programs

  • Java
    Cf. link to the program in the jOEIS project.

Extensions

Edited by Frank Ellermann, Jan 20 2002

A107662 -n is the discriminant of cubic polynomials irreducible over Zp for primes p represented by only one binary quadratic form.

Original entry on oeis.org

23, 31, 44, 59, 76, 83, 107, 108, 139, 172, 211, 243, 268, 283, 307, 331, 379, 499, 547, 643, 652, 883, 907
Offset: 1

Views

Author

T. D. Noe, May 19 2005

Keywords

Comments

Let f(x) be any monic integral cubic polynomial with discriminant -n and irreducible over Z. Consider the set S of primes p such that f(x) has no zeros in Zp, i.e., f(x) is irreducible in Zp. For the discriminants -n in this sequence, set S coincides with the primes represented by one binary quadratic form ax^2+bxy+cy^2 with -n=b^2-4ac. For examples, see A106867, A106872, A106282, A106919, A106954, A106967, A040034 and A040038. This sequence consists of (1) terms 4d in A106312 such that the class number of d is 1, (2) terms d in A106312 such that the class number of d is 3 and (3) 108 and 243.

Examples

			For each -n, we give (-n,a,b,c) for the quadratic form ax^2+bxy+cy^2: (23,2,1,3), (31,2,1,4), (44,3,2,4), (59,3,1,5), (76,4,2,5), (83,3,1,7), (107,3,1,9), (108,4,2,7), (139,5,1,7), (172,4,2,11), (211,5,3,11), (243,7,3,9), (268,4,2,17), (283,7,5,11), (307,7,1,11), (331,5,3,17), (379,5,1,19), (499,5,1,25), (547,11,5,13), (643,7,1,23), (652,4,2,41), (883,13,1,17) and (907,13,9,19).
		

References

  • Mohammad K. Azarian, On the Hyperfactorial Function, Hypertriangular Function, and the Discriminants of Certain Polynomials, International Journal of Pure and Applied Mathematics, Vol. 36, No. 2, 2007, pp. 251-257. Mathematical Reviews, MR2312537. Zentralblatt MATH, Zbl 1133.11012.
  • Blair K. Spearman and Kenneth S. Williams, The cubic congruence x^3+Ax^2+Bx+C = 0 (mod p) and binary quadratic forms, J. London Math. Soc., 46, (1992), 397-410.

Crossrefs

Cf. A106312 (possible negative discriminants of cubic polynomials), A014602 (negative discriminants having class number 1), A006203 (negative discriminants having class number 3).
Showing 1-2 of 2 results.