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!)
A055236 Sums of two powers of 4. 5
2, 5, 8, 17, 20, 32, 65, 68, 80, 128, 257, 260, 272, 320, 512, 1025, 1028, 1040, 1088, 1280, 2048, 4097, 4100, 4112, 4160, 4352, 5120, 8192, 16385, 16388, 16400, 16448, 16640, 17408, 20480, 32768, 65537, 65540, 65552, 65600, 65792, 66560, 69632, 81920, 131072 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 4^(n-trinv(n))+4^trinv(n), where trinv(n) = floor((1+sqrt(1+8*n))/2) = A002262(n) and n-trinv(n) = A003056(n).
Regarded as a triangle T(n, k) = 4^n + 4^k, so as a sequence a(n) = 4^A002262(n) + 4^A003056(n).
MATHEMATICA
t = 4^Range[0, 9]; Select[Union[Flatten[Table[i + j, {i, t}, {j, t}]]], # <= t[[-1]] + 1 &] (* T. D. Noe, Oct 09 2011 *)
Union[Total/@Tuples[4^Range[0, 9], 2]] (* Harvey P. Dale, Mar 25 2012 *)
CROSSREFS
Cf. A052216.
Sequence in context: A280373 A324612 A243189 * A345430 A214124 A103041
KEYWORD
easy,nonn,tabl
AUTHOR
Henry Bottomley, Jun 22 2000
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 19 03:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)