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!)
A064514 Write A064476(n) = 2^i(n)*3^j(n); sequence gives values of i(n). 3
0, 1, 2, 2, 3, 4, 3, 4, 5, 4, 6, 5, 6, 5, 7, 6, 8, 7, 6, 8, 7, 9, 8, 10, 7, 9, 8, 10, 9, 11, 8, 10, 12, 9, 11, 10, 12, 9, 11, 13, 10, 12, 14, 11, 13, 10, 12, 14, 11, 13, 15, 12, 14, 11, 16, 13, 15, 12, 14, 16, 13, 15, 12, 17, 14, 16, 13, 18, 15, 17, 14, 16, 13, 18, 15, 17, 14, 19, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
PROG
(ARIBAS): function a064514(maxarg: integer); var j: integer; ar: array; begin ar := p2p3(maxarg); for j := 0 to maxarg - 1 do write(ar[j][1], " "); end; end; a064514(85). For definition of function p2p3 see A064476.
CROSSREFS
Sequence in context: A338913 A328803 A328804 * A112342 A256094 A063712
KEYWORD
nonn,easy
AUTHOR
Vladeta Jovovic, Oct 07 2001, Oct 07 2001
EXTENSIONS
More terms from Klaus Brockhaus, Oct 12 2001
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 23 05:09 EDT 2024. Contains 371906 sequences. (Running on oeis4.)