login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110140 Binomial transform of n^n (with interpolated zeros). 0
1, 1, 2, 4, 11, 31, 103, 351, 1321, 5113, 21201, 90465, 406621, 1879021, 9051309, 44754061, 229059633, 1201271409, 6488957521, 35853950609, 203303964341, 1177299817093, 6976709899853, 42161309544541, 260154190137865 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Binomial transform of 1,0,1,0,4,0,27,....
LINKS
FORMULA
a(n)=sum{k=0..n, C(n, k)(k/2)^(k/2)*(1+(-1)^k)/2}
MATHEMATICA
Table[1 + Sum[Binomial[n, k]*(k/2)^(k/2)*(1 + (-1)^k)/2, {k, 1, n}], {n, 0, 30}] (* Vaclav Kotesovec, Oct 30 2017 *)
CROSSREFS
Sequence in context: A148168 A004251 A148169 * A190452 A275426 A115625
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Jul 13 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 02:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)