login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074488 a(1)=1, then "jump over next cube a(n) = 2*(a(n-1)+1)^3-(n-1). 0
1, 15, 8177, 1093884103327, 2617845000308809034415180474721383777, 35880772304755070470965980424546414275930627947903988794595699467727630030276033995103117884255220637999070127 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

The rule "jump over next smth" can be varied, see A075694, A075695.

FORMULA

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

EXAMPLE

a(1)=1; next cube is (a(1)+1)^3=8; "jump over" it: 8+(8-1)=15; a(2)=15; next cube is (a(2)+1)^3=4096; "jump over" it: 4096+(4096-15)=8177.

MAPLE

a(1) := 1; a(n) := 2*(a(n-1)+1)^2-a(n-1);

CROSSREFS

Cf. A075694, A075695.

Sequence in context: A205155 A205304 A206295 * A059950 A198979 A206593

Adjacent sequences:  A074485 A074486 A074487 * A074489 A074490 A074491

KEYWORD

easy,nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Sep 26 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 19:13 EST 2012. Contains 206085 sequences.