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!)
A234431 Numbers that are the sum of 2 successive evil numbers (A001969). 3
3, 8, 11, 15, 19, 22, 27, 32, 35, 38, 43, 47, 51, 56, 59, 63, 67, 70, 75, 79, 83, 88, 91, 94, 99, 104, 107, 111, 115, 118, 123, 128, 131, 134, 139, 143, 147, 152, 155, 158, 163, 168, 171, 175, 179, 182, 187, 191, 195, 200, 203, 207, 211, 214, 219, 224, 227, 230, 235, 239, 243, 248, 251 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
First differences are in {3, 4, 5}; 4*n - 2 <= a(n) <= 4*n. - Charles R Greathouse IV, Dec 26 2013
LINKS
FORMULA
a(n) = A001969(n) + A001969(n + 1).
MATHEMATICA
Total/@Partition[Select[Range[0, 200], EvenQ[DigitCount[#, 2, 1]]&], 2, 1] (* Harvey P. Dale, Nov 02 2015 *)
PROG
(PARI) a(n)=4*n+hammingweight(n-1)%2+hammingweight(n)%2-2 \\ Charles R Greathouse IV, Dec 26 2013
CROSSREFS
Cf. A001969, A003159 (indices of odd numbers in A234431), A131323 (odd numbers in A234431).
Sequence in context: A310281 A287365 A257336 * A310282 A081858 A145837
KEYWORD
nonn,easy,base
AUTHOR
Irina Gerasimova, Dec 26 2013
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 27 08:40 EDT 2024. Contains 372017 sequences. (Running on oeis4.)