The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A057590 Numbers of the form k*(k^3 +- 1)/2. 4
0, 1, 7, 9, 39, 42, 126, 130, 310, 315, 645, 651, 1197, 1204, 2044, 2052, 3276, 3285, 4995, 5005, 7315, 7326, 10362, 10374, 14274, 14287, 19201, 19215, 25305, 25320, 32760, 32776, 41752, 41769, 52479, 52497, 65151, 65170, 79990, 80010, 97230, 97251, 117117 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
This sequence is also the integers k such that x^6 - 8*k*x^4 - 1 is reducible over the integers, and, for k > 0 such that the factors are two irreducible cubics. - James R. Buddenhagen, May 29 2010
Integer solutions of x + y = (x - y)^4. If x = a(n) then y = a(n - (-1)^n). - Thomas Scheuerle, Mar 06 2023
LINKS
FORMULA
G.f.: -x^2*(x^4+6*x^3-2*x^2+6*x+1) / ((x-1)^5*(x+1)^4). - Colin Barker, Apr 28 2015
From Robert Israel, Apr 28 2015: (Start)
a(n) = (2*n^4 + 4*n^3 + 6*n^2 + 4*n - 7)/64 + (-1)^n * (7 - 2*n - 2*n^2)*(1 + 2*n)/64.
a(n+8) - 4*a(n+6) + 6*a(n+4) - 4*a(n+2) + a(n) = 12. (End)
MAPLE
map(k -> (k*(k^3-1)/2, k*(k^3+1)/2), [$1..100]); # Robert Israel, Apr 28 2015
PROG
(PARI) concat(0, Vec(-x^2*(x^4+6*x^3-2*x^2+6*x+1)/((x-1)^5*(x+1)^4) + O(x^100))) \\ Colin Barker, Apr 28 2015
CROSSREFS
Sequence in context: A321760 A083203 A082536 * A140787 A032695 A323676
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Oct 05 2000
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 May 24 12:49 EDT 2024. Contains 372773 sequences. (Running on oeis4.)