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!)
A072471 Squares such that the sum of two neighboring term is also a square. 0
0, 25, 144, 256, 900, 1600, 1764, 3136, 8100, 14400, 15876, 28224, 50176, 129600, 142884, 254016, 302500, 1742400, 1920996, 3415104, 3956121, 7033104, 8767521, 15586704, 27709696, 64834704, 94303521, 167650704, 298045696, 617621904 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The sequence is unbounded.
LINKS
EXAMPLE
144 is a term as 144 + 25 ( the previous term ) = 169 is a square and also 144 + 1225 ( the next term ) = 1369 = 37^2.
MATHEMATICA
a[0] = 0; a[1] = 25; a[n_] := a[n] = (k = Sqrt[a[n - 1]] + 1; While[ !IntegerQ[ Sqrt[a[n - 1] + k^2]], k++ ]; k^2); Table[ a[n], {n, 0, 30}]
CROSSREFS
Cf. A072470.
Sequence in context: A147223 A184057 A235713 * A017042 A100255 A305269
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Jun 20 2002
EXTENSIONS
Edited by Robert G. Wilson v, Jun 21 2002
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)