Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A070908
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A070908 Every fifth Bell number A000110. +0
1
1, 52, 115975, 1382958545, 51724158235372, 4638590332229999353, 846749014511809332450147, 281600203019560266563340426570, 157450588391204931289324344702531067 (list; graph; listen)
OFFSET

0,2

FORMULA

a(n)=A000110(5*n).

a(n) = EXP(-1)*sum(k=>0, k^(5n)/k!).

E.g.f.: exp(x*(d_z)^5)*(exp(exp(z)-1)) |_{z=0}, with the derivative operator d_z := d/dz. Adapted from eqs.(14) and (15) of the 1999 C. M. Bender reference given in A000110.

PROGRAM

(PARI) for(n=0, 50, print1(round(sum(i=0, 1000, i^(5*n)/(i)!)/exp(1)), ", "))

(Other) sage: [bell_number(5*n) for n in xrange(0, 9)]# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 15 2009]

CROSSREFS

Sequence in context: A098148 A068255 A157280 this_sequence A038778 A116107 A114787

Adjacent sequences: A070905 A070906 A070907 this_sequence A070909 A070910 A070911

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), May 19 2002

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 17 19:39 EST 2009. Contains 170821 sequences.


AT&T Labs Research