Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064322
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064322 Triply triangular numbers. +0
4
0, 1, 21, 231, 1540, 7260, 26796, 82621, 222111, 536130, 1186570, 2445366, 4747821, 8763391, 15487395, 26357430, 43398586, 69401871, 108140571, 164629585, 245433090, 359026206, 516216646, 730632651, 1019283825 (list; graph; listen)
OFFSET

0,3

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,400

FORMULA

a(n) = A000217(A000217(A000217(n))) = n*(n+1)*(n^2+n+2)*(n^4+2n^3+n^2+2n^2+2n+8)/128 = A002817(n)*(A002817(n)+1)/2

EXAMPLE

a(4)=1540 because 4th triangular number is 10, 10th triangular number is 55 and 55th triangular number is 1540.

MATHEMATICA

f[n_] := n(n + 1)/2; Table[ Nest[f, n, 3], {n, 0, 25}] (from Robert G. Wilson v Jun 30 2004)

PROGRAM

(PARI) Tri(n)= { n*(n + 1)/2 } { for (n=0, 400, write("b064322.txt", n, " ", Tri(Tri(Tri(n)))) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 11 2009]

CROSSREFS

Cf. A000217, A002817, A066370.

Sequence in context: A027812 A027508 A020267 this_sequence A126902 A010973 A022586

Adjacent sequences: A064319 A064320 A064321 this_sequence A064323 A064324 A064325

KEYWORD

nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Oct 15 2001

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 18 21:37 EST 2009. Contains 171024 sequences.


AT&T Labs Research