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!)
A106461 Binomial transform of the Tower of Hanoi sequence. 3
1, 3, 6, 13, 28, 58, 116, 229, 456, 924, 1896, 3898, 7960, 16084, 32168, 63845, 126160, 248968, 491952, 975388, 1943536, 3895336, 7852688, 15906874, 32321264, 65736728, 133549136, 270550228, 545928688, 1096685608, 2193371216, 4369711461, 8679052960 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Binomial transform of A001511, the "ruler" or Tower of Hanoi sequence.
a(2^n-1) = 2*a(2^n-2) for n > 1. - A.H.M. Smeets, May 08 2019
EXAMPLE
a(4) = 13 = 1*1 + 3*2 + 3*1 + 1*3, where the Tower of Hanoi sequence = (A001511): 1, 2, 1, 3, 1, 2, 1, 4...
MAPLE
f:= n -> add(padic:-ordp(2*k, 2)*binomial(n-1, k-1), k=1..n):
map(f, [$1..100]); # Robert Israel, Dec 02 2016
CROSSREFS
Cf. A001511.
Sequence in context: A103788 A371564 A182137 * A348124 A095768 A002478
KEYWORD
nonn,easy
AUTHOR
Gary W. Adamson, May 02 2005
EXTENSIONS
More terms from N. J. A. Sloane, May 03 2008
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 24 02:28 EDT 2024. Contains 371917 sequences. (Running on oeis4.)