Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A120516
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A120516 a(n) = min{j : A120505(j) = n}. +0
3
1, 4, 5, 9, 10, 11, 13, 14, 15, 20, 21, 22, 24, 25, 26, 28, 29, 30, 33, 34, 35, 37, 38, 39, 41, 42, 43, 49, 50, 51, 53, 54, 55, 57, 58, 59, 62, 63, 64, 66, 67, 68, 70, 71, 72, 75, 76, 77, 79, 80 (list; graph; listen)
OFFSET

1,2

LINKS

C. Deugau and F. Ruskey, Complete k-ary Trees and Generalized Meta-Fibonacci Sequences

FORMULA

g.f.: P(z) = z / (1-z) * (1 + sum(z^(m^3) * (2 + 1 / (1 - z^(m^3))), m=0..infinity))

MAPLE

p := proc(n)

if n=1 then return 1; end if;

for j from p(n-1)+1 to infinity do

if A120505(j) = n then return j; fi; od;

end proc;

CROSSREFS

Cf. A120505, A120527.

Sequence in context: A128891 A093667 A030415 this_sequence A116026 A115915 A007536

Adjacent sequences: A120513 A120514 A120515 this_sequence A120517 A120518 A120519

KEYWORD

nonn

AUTHOR

Frank Ruskey (http://www.cs.uvic.ca/~ruskey/) and Chris Deugau (deugaucj(AT)uvic.ca), Jun 20 2006

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research