The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A193769 Numbers of the form (3^a+5^b)/2 ; a,b >= 0 (with repetition). 3

%I #12 Jan 06 2013 14:47:12

%S 1,2,3,4,5,7,13,14,14,16,17,26,41,43,53,63,64,67,76,103,122,124,134,

%T 184,313,314,317,326,353,365,367,377,427,434,677,1094,1096,1106,1156,

%U 1406,1563,1564,1567,1576,1603,1684,1927,2656

%N Numbers of the form (3^a+5^b)/2 ; a,b >= 0 (with repetition).

%C Elements of the table A193770 (motivated by the less fundamental A081458), sorted by increasing size.

%C The value 14 = (3^1+5^2)/2 = (3^3+5^0)/2, therefore it occurs twice.

%o (PARI) select( t->t<3000, vecsort(concat(Vec( matrix(9,6,x,y,(3^(x-1)+5^(y-1))/2 )))))

%Y Cf. A193770 (the table), A081458 (the subtable obtained for even a,b).

%K nonn

%O 1,2

%A _M. F. Hasler_, Jan 01 2013

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 June 12 13:39 EDT 2024. Contains 373331 sequences. (Running on oeis4.)