Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A175556 Numbers n such that n^7 is the sum of a positive fifth power and a square: n^7=x^5+y^2, with repetition. 1
8, 9, 98, 108, 125, 196, 225, 576, 676, 864, 900, 1000, 1352, 1568, 1568, 1764, 2000, 2601, 3087, 3993, 4232, 4418, 4913, 5324, 5400, 6348, 7225, 7776, 8100, 8100, 8192, 9216, 12348, 12482, 15123, 15376, 15552, 16464, 16928, 17576, 18225 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
8^7=16^5+1024^2=2097152, 9^7=18^5+1701^2=4782969.
PROG
(PARI) a175556_print(n) = {local(xm, n7, r, x); if(n < 2, return(0)); xm = floor(n^(7/5)); n7 = n^7; for(x = 1, xm, r = n7 - x^5; if(issquare(r) && r > 0, print(n)))} \\ Michael B. Porter, Sep 22 2015
CROSSREFS
Sequence in context: A256341 A116249 A256162 * A165467 A239584 A041141
KEYWORD
nonn
AUTHOR
Zak Seidov, Jun 29 2010
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 September 12 03:03 EDT 2024. Contains 375842 sequences. (Running on oeis4.)