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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055237 Sums of two powers of 5. 1
2, 6, 10, 26, 30, 50, 126, 130, 150, 250, 626, 630, 650, 750, 1250, 3126, 3130, 3150, 3250, 3750, 6250, 15626, 15630, 15650, 15750, 16250, 18750, 31250, 78126, 78130, 78150, 78250, 78750, 81250, 93750, 156250, 390626, 390630, 390650, 390750, 391250, 393750 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

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

EXAMPLE

a(4) = 30 = 5^2+5^1

MATHEMATICA

t = 5^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: A188224 A104142 A079713 * A057434 A162581 A061547

Adjacent sequences:  A055234 A055235 A055236 * A055238 A055239 A055240

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 17 23:08 EST 2012. Contains 206085 sequences.