The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A349972 a(n) = A349976(n, n-1) for n >= 1 and a(0) = 0. 2
0, 1, 2, 3, 2, 8, 10, 25, 49, 93, 187, 377, 747, 1472, 2975, 5911, 11880, 23734, 47474, 94885, 190623, 380805, 763402, 1528095, 3061916, 6125358, 12278446, 24564954, 49200792, 98478615, 197164774, 394536002, 789993459, 1580640910, 3163602123, 6330608624, 12668987317 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Fausto A. C. Cariboni, Table of n, a(n) for n = 0..47
PROG
(SageMath) # Uses function DistsetLength from A349976.
from collections import Counter
def A349972(n): return Counter([DistsetLength(s) for s in Subsets(n)])[n-1]
print([A349972(n) for n in range(10)])
CROSSREFS
Cf. A349976.
Sequence in context: A057761 A321477 A209998 * A163204 A364895 A299619
KEYWORD
nonn
AUTHOR
Peter Luschny, Dec 12 2021
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 May 16 04:39 EDT 2024. Contains 372549 sequences. (Running on oeis4.)