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!)
A292608 a(n) = 2*n + 1 + valuation(n, 2) with valuation(n, 2) = A007814(n). 3
3, 6, 7, 11, 11, 14, 15, 20, 19, 22, 23, 27, 27, 30, 31, 37, 35, 38, 39, 43, 43, 46, 47, 52, 51, 54, 55, 59, 59, 62, 63, 70, 67, 70, 71, 75, 75, 78, 79, 84, 83, 86, 87, 91, 91, 94, 95, 101, 99, 102, 103, 107, 107, 110, 111, 116, 115, 118, 119, 123, 123, 126 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Duplicated terms 11, 27, 43, 59, ... are A106839 (verified with 1000 terms). - Jean-François Alcover, Sep 24 2017 (comment made further to an e-mail from Paul Curtz)
LINKS
MAPLE
a := n -> 2*n + 1 + padic:-ordp(n, 2): seq(a(n), n=1..62);
MATHEMATICA
a[n_] := 2n + 1 + IntegerExponent[n, 2]; Array[a, 62]
PROG
(PARI) a(n) = 2*n+1+valuation(n, 2); \\ Michel Marcus, Sep 25 2017
CROSSREFS
Sequence in context: A115127 A258354 A164557 * A028754 A028795 A004780
KEYWORD
nonn
AUTHOR
Peter Luschny, Sep 23 2017
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 May 12 12:18 EDT 2024. Contains 372480 sequences. (Running on oeis4.)