login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A072849 Prime(a(n))+...+prime(a(n)+3) is a square = A051395(n)^2. 8
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
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
LINKS
EXAMPLE
a(1)=3 because prime(3)+prime(4)+prime(5)+prime(6) = 5+7+11+13 = 36 = 6*6.
MATHEMATICA
Flatten[Position[Partition[Prime[Range[70000]], 4, 1], _?(IntegerQ[ Sqrt[ Total[ #]]]&), {1}, Heads->False]] (* Harvey P. Dale, Dec 09 2015 *)
PROG
(PARI) lista(m) = {for (n = 1, m, if (issquare(prime(n) + prime(n+1) + prime(n+2) + prime(n+3)), print1(n, ", ")); ); } \\ Michel Marcus, Apr 19 2013
CROSSREFS
Cf. A051395 (square root of sums), A206280 (primes).
Cf. A064397 (2 primes), A076305 (3 primes), A166255 (70 primes), A166261 (120 primes).
Sequence in context: A006133 A317860 A039766 * A287930 A287799 A089323
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, Jun 21 2003
EXTENSIONS
Definition corrected by Zak Seidov, Dec 13 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified December 5 12:36 EST 2023. Contains 367591 sequences. (Running on oeis4.)