Problem 552

A place to air possible concerns or difficulties in understanding ProjectEuler problems. This forum is not meant to publish solutions. This forum is NOT meant to discuss solution methods or giving hints how a problem can be solved.
Forum rules
As your posts will be visible to the general public you are requested to be thoughtful in not posting anything that might explicitly give away how to solve a particular problem.

This forum is NOT meant to discuss solution methods for a problem.

In particular don't post any code fragments or results.

Don't start begging others to give partial answers to problems

Don't ask for hints how to solve a problem

Don't start a new topic for a problem if there already exists one


See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
Post Reply
User avatar
SaxTenor
Posts: 18
Joined: Mon Sep 28, 2020 11:05 am
Location: Quebec City, QC, Canada

Problem 552

Post by SaxTenor »

I know the example clear shows that A1 (=3) is not counted into the sum S(N), but should it be?
Image
User avatar
jaap
Posts: 588
Joined: Tue Mar 25, 2008 3:57 pm
Contact:

Re: Problem 552

Post by jaap »

SaxTenor wrote: Mon Dec 06, 2021 11:28 am I know the example clear shows that A1 (=3) is not counted into the sum S(N), but should it be?
I reckon A1 = 1, since it is the smallest positive integer satisfying A1==1 mod 2.
Last edited by jaap on Wed Dec 08, 2021 11:45 am, edited 1 time in total.
User avatar
SaxTenor
Posts: 18
Joined: Mon Sep 28, 2020 11:05 am
Location: Quebec City, QC, Canada

Re: Problem 552

Post by SaxTenor »

Oups :-? Thank you! :)
Image
Post Reply