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!)
A090956 Numbers in increasing order such that successive sums are squares and successive differences are squarefree. 3
1, 3, 6, 19, 30, 51, 70, 99, 157, 167, 233, 343, 386, 455, 506, 583, 642, 727, 794, 887, 1138, 1671, 1693, 1788, 1933, 2036, 2453, 2731, 2745, 3031, 3053, 3508, 3717, 4027, 4073, 4391, 4825, 4976, 5225, 5384, 5641, 5808, 6073, 6471, 6754, 6935, 7226, 7903 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n) > a(n-1), a(n) + a(n-1) is a square, a(n) - a(n-1) is squarefree.
LINKS
EXAMPLE
103 follows 93 as 103 - 93 = 10 is squarefree and 93 + 103 = 196 = 14^2.
MATHEMATICA
<<NumberTheory`; a = 1; Print[a]; Do[k = a + 1; While[ !(SquareFreeQ[k - a] && IntegerQ[Sqrt[k + a]]), k++ ]; a = k; Print[a], {n, 1, 100}] (* Ryan Propper, Aug 27 2005 *)
CROSSREFS
Cf. A090955.
Sequence in context: A085061 A294570 A306968 * A108972 A304965 A203797
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Dec 31 2003
EXTENSIONS
Corrected and extended by Ryan Propper, Aug 27 2005
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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)