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!)
A019466 Multiply by 1, add 1, multiply by 2, add 2, etc.; start with 3. 10
3, 3, 4, 8, 10, 30, 33, 132, 136, 680, 685, 4110, 4116, 28812, 28819, 230552, 230560, 2075040, 2075049, 20750490, 20750500, 228255500, 228255511, 2739066132, 2739066144, 35607859872, 35607859885, 498510038390, 498510038404, 7477650576060, 7477650576075, 119642409217200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
PROG
(PARI) A019466(n, a=3)={for(i=2, n+1, if(bittest(i, 0), a+=i\2, a*=i\2)); a} \\ M. F. Hasler, Feb 25 2018
CROSSREFS
Cf. A082458 (same, but start with 0), A019464 (start with 1), A019465 (start with 2).
Cf. A019460 .. A019463 & A082448 (similar, but first add, then multiply).
Sequence in context: A327745 A155822 A160646 * A111573 A049854 A353265
KEYWORD
nonn
AUTHOR
EXTENSIONS
Edited by M. F. Hasler, Feb 25 2018
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 29 15:45 EDT 2024. Contains 372114 sequences. (Running on oeis4.)