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!)
A329969 a(n) = Sum_{k=1..n} Stirling2(n,k) * gcd(n,k). 0
1, 3, 7, 25, 56, 484, 883, 9643, 32497, 344277, 678580, 13364806, 27644449, 582379763, 3257283507, 28924878925, 82864869820, 2320283069804, 5832742205075, 159175049844787, 1283043441049111, 10423261367890565, 44152005855084368, 1678303577387465300, 9478188244330160181 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a[n_] := Sum[StirlingS2[n, k] GCD[n, k], {k, 1, n}]; Table[a[n], {n, 1, 25}]
CROSSREFS
Sequence in context: A363535 A100462 A161637 * A287880 A337016 A148721
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 26 2019
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 July 30 06:28 EDT 2024. Contains 374737 sequences. (Running on oeis4.)