Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A159666
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A159666 a(0)=1. For n >= 1, a(n) = sum{k=1 to n} binomial(n,k) * GCD(n,k) * a(k-1). +0
2
1, 1, 4, 18, 104, 665, 5430, 45647, 457008, 4903380, 58782190, 735362309, 10577094600, 153445432699, 2462688382448, 41517435884340, 752130797186176, 13961847566945787, 284698729314200574, 5855054339061479491 (list; graph; listen)
OFFSET

0,3

COMMENT

a(n) is divisible by n, for all n >= 1.

MATHEMATICA

f[n_] := f[n] = Sum[Binomial[n, k] GCD[n, k] f[k - 1], {k, n}]; f[0] = 1; Table[f@n, {n, 0, 20}] [From Robert G. Wilson v (rgwv(AT)rgwv.com), May 27 2009]

CROSSREFS

A159667

Sequence in context: A135177 A137958 A064852 this_sequence A051827 A007711 A020114

Adjacent sequences: A159663 A159664 A159665 this_sequence A159667 A159668 A159669

KEYWORD

nonn

AUTHOR

Leroy Quet (q1qq2qqq3qqqq(AT)yahoo.com), Apr 19 2009

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), May 27 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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research