login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055260 Sums of two powers of 9. 0
2, 10, 18, 82, 90, 162, 730, 738, 810, 1458, 6562, 6570, 6642, 7290, 13122, 59050, 59058, 59130, 59778, 65610, 118098, 531442, 531450, 531522, 532170, 538002, 590490, 1062882, 4782970, 4782978, 4783050, 4783698, 4789530, 4842018, 5314410, 9565938, 43046722 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

a(n) = 9^(n-trinv(n))+9^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)=9^n+9^k, so as a sequence a(n) =9^A002262(n)+9^A003056(n).

EXAMPLE

a(4) = 90 = 9^2+9^1

MATHEMATICA

t = 9^Range[0, 9]; Select[Union[Flatten[Table[i + j, {i, t}, {j, t}]]], # <= t[[-1]] + 1 &] (* T. D. Noe, Oct 09 2011 *)

CROSSREFS

Cf. A052216.

Sequence in context: A018227 A092062 A134251 * A180591 A156446 A032685

Adjacent sequences:  A055257 A055258 A055259 * A055261 A055262 A055263

KEYWORD

easy,nonn,tabl

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Jun 22 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 23:53 EST 2012. Contains 205860 sequences.