The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A292313 Numbers that are the sum of three squares in arithmetic progression. 6
75, 300, 507, 675, 867, 1200, 1875, 2028, 2523, 2700, 3468, 3675, 4107, 4563, 4800, 5043, 6075, 7500, 7803, 8112, 8427, 9075, 10092, 10800, 11163, 12675, 13872, 14700, 15987, 16428, 16875, 18252, 19200, 20172, 21675, 22707, 23763, 24300, 24843, 27075, 28227, 30000, 30603 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Sequence is 3*(distinct elements in A198385).
Numbers of the form 3*m^2 where 2*m^2 is in A004431. - Chai Wah Wu, Oct 05 2017
EXAMPLE
75 = 1^2 + 5^2 + 7^2 = 1 + 25 + 49, with 25 - 1 = 49 - 25 = 24.
675 = 3^2 + 15^2 + 21^2 = 9 + 225 + 441, with 225 - 9 = 441 - 225 = 216.
PROG
(PARI) t=4; k=3; while(t<=13000, i=k; e=0; v=t+i; while(i>1&&e==0, if(issquare(v), m=3*t; e=1; print1(m, ", ")); i+=-2; v+=i); k+=2; t+=k)
CROSSREFS
Subsequence of A033428.
Sequence in context: A258056 A174685 A158742 * A158765 A226741 A223078
KEYWORD
nonn
AUTHOR
Antonio Roldán, Sep 14 2017
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 May 14 03:35 EDT 2024. Contains 372528 sequences. (Running on oeis4.)