Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A087417
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A087417 Sum of the cubes of A058182. +0
1
-1, 0, 0, 1, 2, 10, 135, 19818, 395466722, 156401766357161409, 24461512581491800525933058683030176 (list; graph; listen)
OFFSET

0,5

COMMENT

The sequence A058182=b(n) has the property: b(1)^3+b(2)^3+b(3)^3+...b(n)^3=b(n)*b(n+1)

FORMULA

a(n+1)=a(n)+A058182(n)^3, a(-n)=a(n).

EXAMPLE

A058182 begins 1,1,2,5,27,734,538783...=b(n)

1^3+1^3=2=a(2)=1*2=b(2)*b(3).

1^3+1^3+2^3=10=a(3)=2*5=b(3)*b(4).

1^3+1^3+2^3+5^3=135=a(4)=5*27=b(4)*b(5).

1^3+1^3+2^3+5^3+27^3=19818=a(5)=b(5)*b(6).

PROGRAM

(PARI) {a(n)=local(a0, a1, a2); if(n<0, a(-n), if(n<3, -(n==0), a0=a1=1; for(i=4, n, a2=a1^2+a0; a0=a1; a1=a2); a1*a0))} /* Michael Somos May 22 2005 */

CROSSREFS

Cf. A058182.

Sequence in context: A134051 A075199 A134981 this_sequence A091990 A014228 A059475

Adjacent sequences: A087414 A087415 A087416 this_sequence A087418 A087419 A087420

KEYWORD

sign

AUTHOR

Miklos Kristof (kristmikl(AT)freemail.hu), Oct 22 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 10 00:48 EST 2009. Contains 170565 sequences.


AT&T Labs Research