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

A362250 Primes dividing terms of A231831.

Original entry on oeis.org

3, 5, 7, 11, 19, 23, 89, 101, 137, 157, 211, 373, 659, 877, 881, 1399, 1597, 1627, 1663, 1811, 2029, 2069, 2087, 2153, 2381, 2677, 2939, 3433, 3491, 3511, 3617, 3673, 4111, 4127, 4547, 4721, 5059, 5483, 6529, 6793, 6827, 7757, 8209, 8297, 8677, 9203, 9463, 9811, 10139, 10159, 11321
Offset: 1

Views

Author

Max Alekseyev, Apr 13 2023

Keywords

Comments

Since the terms of A231831 are pairwise coprime, each prime divides at most one term of A231831. Indices of the corresponding terms are listed in A362251, and so a(n) divides A231831(A362251(n)).

Crossrefs

A362251 a(n) is the unique index such that prime A362250(n) divides A231831(a(n)).

Original entry on oeis.org

1, 2, 2, 3, 3, 4, 9, 4, 4, 8, 3, 31, 12, 7, 7, 9, 44, 8, 22, 29, 36, 37, 8, 21, 5, 26, 4, 20, 24, 12, 76, 30, 5, 47, 5, 13, 9, 25, 6, 41, 51, 9, 53, 6, 27, 39, 5, 12, 78, 64, 10, 185, 113, 205, 91, 85, 43, 195, 32, 117, 20, 133, 142, 119, 64, 70, 199, 41, 125, 79, 243, 70, 35, 105, 67, 156
Offset: 1

Views

Author

Max Alekseyev, Apr 13 2023

Keywords

Crossrefs

A231830 a(0) = 1; for n > 0, a(n) = 1 + 4*Product_{i=1..n-1} a(i)^2.

Original entry on oeis.org

1, 5, 101, 1020101, 1061522231810040101, 1196154511175776540960913502483611007728163340227060101
Offset: 0

Views

Author

Michel Marcus, Nov 14 2013

Keywords

Comments

Sequence designed to show that there are an infinity of primes congruent to 1 modulo 4 (A002144). Terms are not necessarily prime. Their smallest prime factors from A002144 are: 5, 101, 1020101, 53, 686743037.
Next term is too large to include.
From Max Alekseyev, Apr 21 2023: (Start)
Similarly to Sylvester's sequence (A000058), it is unknown if all terms are squarefree.
Primes dividing terms of this sequence are listed in A362252. Since terms are pairwise coprime, for each n prime A362252(n) divides exactly one term, whose index is A362253(n). That is, A362252(n) divides a(A362253(n)). (End)

Crossrefs

Programs

  • PARI
    lista(nn) = {a = vector(nn); a[1] = 5; for (n=2, nn, a[n] = 4*prod(i=1, n-1, a[i]^2) + 1;); a;}

Formula

For n > 1, a(n) = (a(n-1) - 1) * a(n-1)^2 + 1. - Max Alekseyev, Mar 25 2023

Extensions

a(0)=1 prepended by Max Alekseyev, Mar 25 2023

A362252 Primes dividing terms of A231830.

Original entry on oeis.org

5, 53, 89, 101, 373, 877, 1109, 1181, 1597, 1613, 2029, 2069, 2153, 2213, 2381, 2741, 3617, 4273, 6529, 6737, 7417, 7717, 11321, 12653, 13009, 13309, 16829, 17729, 23581, 23993, 25373, 32569, 33353, 33857, 34841, 35053, 36097, 37201, 38609, 41513, 42461, 48661, 55829, 58369, 59093, 63281
Offset: 1

Views

Author

Max Alekseyev, Apr 21 2023

Keywords

Comments

Since the terms of A231830 are pairwise coprime, each prime divides at most one term of A231830. Indices of the corresponding terms are listed in A362253, and so a(n) divides A231830(A362253(n)).

Crossrefs

A362253 a(n) is the unique index such that prime A362252(n) divides A231830(a(n)).

Original entry on oeis.org

1, 4, 7, 2, 19, 25, 30, 38, 45, 4, 26, 33, 27, 46, 10, 59, 102, 38, 84, 37, 22, 77, 80, 37, 240, 57, 45, 240, 173, 38, 41, 100, 88, 44, 114, 39, 63, 24, 14, 121, 177, 12, 155, 270, 65, 109, 44, 391, 54, 22, 96, 320, 194, 347, 182, 226, 143, 290, 105, 135, 29, 198, 113, 302, 572, 53, 692, 168, 366
Offset: 1

Views

Author

Max Alekseyev, Apr 21 2023

Keywords

Crossrefs

Showing 1-5 of 5 results.