Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A144263
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A144263 Number of ways of placing n labeled balls into n unlabeled (but7-colored) boxes . +0
1
1, 7, 56, 497, 4809, 50134, 558215, 6593839, 82187658, 1076193867, 14749823893, 210926792244, 3138696242941, 48485723853763, 775929767223352, 12840232627455485, 219355194338036309, 3862794707291567670 (list; graph; listen)
OFFSET

0,2

COMMENT

a(n) is also the exp transform of A010727. [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 09 2008]

LINKS

N. J. A. Sloane, Transforms [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 09 2008]

FORMULA

a(n) = Sum_{k=0..n}7^k*A048993(n,k); A048993: Stirling-2 numbers . E.g.f.: Exp(7(e^x-1)). G.f.: 7*(x/(1-x))*A(x/(1-x))= A(x)-1 ; seven times the binomial transform equals this sequence shiftd one place left .

MAPLE

a:= proc(n) option remember; `if` (n=0, 1, (1+add (binomial (n-1, k-1) *a(n-k), k=1..n-1)) *7) end: seq (a(n), n=0..25); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 09 2008]

PROGRAM

(Other) sage: expnums(18, 7)# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 15 2009]

CROSSREFS

Cf. A000110, A001861, A027710, A078944, A144180, A144223

Sequence in context: A145302 A165322 A082305 this_sequence A001730 A087751 A099345

Adjacent sequences: A144260 A144261 A144262 this_sequence A144264 A144265 A144266

KEYWORD

nonn

AUTHOR

Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Sep 16 2008

EXTENSIONS

More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 09 2008

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 2 11:54 EST 2009. Contains 167921 sequences.


AT&T Labs Research