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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A125833 Numbers whose base 5 representation is 333333.......3. 3
0, 3, 18, 93, 468, 2343, 11718, 58593, 292968, 1464843, 7324218, 36621093, 183105468, 915527343, 4577636718, 22888183593, 114440917968, 572204589843, 2861022949218, 14305114746093, 71525573730468, 357627868652343 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n)=3*(5^n-1)/4.

a(n)=5*a(n-1)+3 (with a(0)=0) [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Sep 30 2010]

EXAMPLE

Base 5.................decimal

0.........................0

3.........................3

33.......................18

333......................93

3333....................468

33333..................2343

333333................11718

3333333...............58593

33333333.............292968

etc....................etc...

For n=1, a(1)=5*0+3=3; n=2, a(2)=5*3+3=18; n=3, a(3)=5*18+3=93 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Sep 30 2010]

MAPLE

seq(3*(5^n-1)/4, n=0..21);

CROSSREFS

Sequence in context: A092691 A064671 A058409 * A129547 A081151 A132848

Adjacent sequences:  A125830 A125831 A125832 * A125834 A125835 A125836

KEYWORD

easy,nonn

AUTHOR

Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Feb 03 2007

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 16 04:47 EST 2012. Contains 205860 sequences.