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!)
A180972 Numbers n such that 8^9 + n^2 is a square. 0

%I #21 Sep 08 2022 08:45:54

%S 4096,14336,31744,65024,130816,262016,524224,1048544,2097136,4194296,

%T 8388604,16777214,33554431

%N Numbers n such that 8^9 + n^2 is a square.

%t Module[{x,y}, x /. List@ToRules@Reduce[8^9 + x^2 == y^2 && y > x > 0, Integers]] (* _Giovanni Resta_, Jan 29 2013 *)

%t x/.Solve[{8^9+x^2==y^2,x>0,y>0},{x,y},Integers] (* _Harvey P. Dale_, Mar 16 2019 *)

%o (Magma) [n: n in [0..2^25] | IsSquare(8^9+n^2)]; // _Vincenzo Librandi_, Jan 29 2013

%o (PARI) is(n)=issquare(8^9+n^2) \\ _Charles R Greathouse IV_, Jan 29 2013

%K nonn,easy,fini,full

%O 1,1

%A _Jason Earls_, Sep 30 2010

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 11:24 EDT 2024. Contains 371967 sequences. (Running on oeis4.)