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!)
A047695 y such that y^2 = C(x,0) + C(x,1) + C(x,2) + C(x,3) is soluble. 1
0, 1, 2, 8, 24, 260, 8672 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
REFERENCES
R. K. Guy, Unsolved Problems in Number Theory, Section D3.
LINKS
MATHEMATICA
r[x_] := Reduce[y >= 0 && 6*y^2 == (x + 1)*(x^2 - x + 6), {y}, Integers]; Reap[ Do[ If[r[x] =!= False, Sow[y /. ToRules[r[x]]]], {x, -10, 1000}]][[2, 1]] (* Jean-François Alcover, Jul 12 2012 *)
CROSSREFS
Cf. A047694.
Sequence in context: A214849 A141598 A071599 * A093842 A331001 A050971
KEYWORD
nonn,fini,full,nice
AUTHOR
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 06:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)