[go: up one dir, main page]

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!)
A213255 2^(n-1) - floor((2^(n-1) - 1)/(n-1)). 1
1, 3, 6, 13, 26, 54, 110, 225, 456, 922, 1862, 3755, 7562, 15214, 30584, 61441, 123362, 247581, 496694, 996148, 1997288, 4003654, 8023886, 16078166, 32212255, 64527754, 129246702, 258848476, 518358122, 1037950430, 2078209982, 4160749569, 8329633544 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
COMMENTS
Lower bounds of the decycling numbers of n-cubes for n >= 9.
LINKS
Arkadiusz Wesolowski, Table of n, a(n) for n = 2..800
FORMULA
a(n) = 2^(n-1) - floor((2^(n-1) - 1)/(n-1)).
a(n) = ceiling(2^(n-1) - (2^(n-1) - 1)/(n-1)).
EXAMPLE
a(8) = 110 because 2^7 - (2^7 - 1)/7 = 109.8571428571....
MATHEMATICA
Table[Ceiling[2^(n - 1) - (2^(n - 1) - 1)/(n - 1)], {n, 2, 34}]
PROG
(Magma) [Ceiling(2^(n-1)-(2^(n-1)-1)/(n-1)) : n in [2..34]]
(PARI) for(n=2, 34, print1(ceil(2^(n-1)-(2^(n-1)-1)/(n-1)), ", "))
CROSSREFS
Cf. A005009.
Sequence in context: A267581 A320733 A164991 * A215985 A215986 A215987
KEYWORD
easy,nonn
AUTHOR
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 August 31 07:15 EDT 2024. Contains 375552 sequences. (Running on oeis4.)