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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059406 a(n) = a(n-1)*(3a(n-1)+1)/2 with a(1) = 1. 1
1, 2, 7, 77, 8932, 119675402, 21483302825630107, 692298450446589820159203790062227, 718915716736124071145150312487360788973317227637596552328693330407 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(1) = 1, a(n+1) = sum of a(n) numbers beginning with a(n) + 1: a(2) = 2, a(3) = 3+4 = 7, a(4) = 8+9+...13+14 = 77. - Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Sep 07 2005

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,12

FORMULA

a(n) = A007501(n)/3 = A005449(a(n-1)) - Henry Bottomley (se16(AT)btinternet.com), Oct 03 2001

EXAMPLE

a(3) = 7 so a(4) = 7*(3*7+1)/2 = 7*22/2 = 77

MATHEMATICA

f[n_Integer] := n(3n + 1)/2; NestList[f, 2, 8]

PROG

(PARI) { a=2/3; for (n = 1, 12, write("b059406.txt", n, " ", a=a*(3*a + 1)/2); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 26 2009]

CROSSREFS

Cf. A000326.

Sequence in context: A083455 A083829 A067963 * A042791 A128293 A071409

Adjacent sequences:  A059403 A059404 A059405 * A059407 A059408 A059409

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 29 2001

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 15 03:14 EST 2012. Contains 205694 sequences.