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!)
A072630 Values of n where A072629 switches from 01010.. into 0000.. or back. 4
1, 7, 19, 53, 147, 403, 1095, 2979, 8103, 22025, 59873, 162753, 442413, 1202603, 3269017, 8886109, 24154951, 65659969, 178482299, 485165195, 1318815733, 3584912845, 9744803445, 26489122129, 72004899337, 195729609427 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
See program below.
a(n) = A000149(n) or A000149(n)-1 whichever is odd. [From Max Alekseyev, Feb 06 2010]
MATHEMATICA
m[x_] := Mod[x*Floor[Log[x]//N], 2]; Do[s=m[n]+m[n+1]; s1=m[n+1]+m[n+2]; If[ !Equal[s1, s], Print[n]], {n, 1, 1000000}]
CROSSREFS
Sequence in context: A155374 A155272 A092053 * A002714 A126361 A069005
KEYWORD
nonn
AUTHOR
Labos Elemer, Jun 28 2002
EXTENSIONS
More terms from Max Alekseyev, Feb 06 2010
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)