Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A154226
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A154226 List of pairs: {((n*(n+1)/2)^2, (n!)^3}. +0
1
0, 1, 1, 1, 9, 8, 36, 216, 100, 13824, 225, 1728000, 441, 373248000, 784, 128024064000, 1296, 65548320768000, 2025, 47784725839872000, 3025, 47784725839872000000, 4356, 63601470092869632000000, 6084 (list; graph; listen)
OFFSET

0,5

FORMULA

{((n*(n+1)/2)^2, (n!)^3}.

MATHEMATICA

Clear[a, n, n]; a[0] = 0; a[n_] := a[n] = n^3 + a[n - 1];

b[0] = 1; b[n_] := b[n] = n^3*b[n - 1];

Table[{a[n] - (n*(n + 1)/2)^2, b[n] - (n!)^3}, {n, 0, 10}];

Flatten[Table[{a[n], b[n]}, {n, 0, 15}]]

CROSSREFS

Sequence in context: A063561 A068823 A159078 this_sequence A030027 A082201 A038298

Adjacent sequences: A154223 A154224 A154225 this_sequence A154227 A154228 A154229

KEYWORD

nonn,tabf

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jan 05 2009

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 November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research