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.

A072849 Prime(a(n)) + ... + prime(a(n)+3) is a square = A051395(n)^2.

Original entry on oeis.org

3, 21, 33, 84, 104, 199, 689, 1848, 1923, 3435, 3795, 3985, 4126, 4742, 5968, 6413, 6495, 7649, 8927, 9906, 16885, 17677, 20474, 20996, 22924, 23923, 36902, 38733, 40347, 40654, 41956, 42601, 43047, 44482, 44920, 51608, 52305, 56706, 66032
Offset: 1

Views

Author

Zak Seidov, Jun 21 2003

Keywords

Comments

Conjecture: this sequence and A064397 are disjoint. That is to say, prime(n) + prime(n+1) and prime(n) + prime(n+1) + prime(n+2) + prime(n+3) cannot be squares at the same time. - Jianing Song, Nov 13 2022

Examples

			a(1) = 3 because prime(3) + prime(4) + prime(5) + prime(6) = 5+7+11+13 = 36 = 6*6.
		

Crossrefs

Cf. A051395 (square root of sums), A206280 (primes), A000720.
Cf. A064397 (2 primes), A076305 (3 primes), A166255 (70 primes), A166261 (120 primes).

Programs

Formula

a(n) = A000720(A206280(n)). - Amiram Eldar, Jun 28 2024

Extensions

Definition corrected by Zak Seidov, Dec 13 2014