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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104745 5^n + n. 2
1, 6, 27, 128, 629, 3130, 15631, 78132, 390633, 1953134, 9765635, 48828136, 244140637, 1220703138, 6103515639, 30517578140, 152587890641, 762939453142, 3814697265643, 19073486328144, 95367431640645, 476837158203146 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Numbers m=n+5^n such that equation x=5^(m-x) has solution x=5^n, see A104744

MAPLE

g:=1/(1-5*z): gser:=series(g, z=0, 43): seq(coeff(gser, z, n)+n, n=0..31); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jan 09 2009]

MATHEMATICA

Table[5^n+n, {n, 0, 40}] (* From Vladimir Joseph Stephan Orlovsky, May 19 2011 *)

CROSSREFS

Cf. A104744.

Sequence in context: A045500 A109115 A038176 * A184279 A174634 A018901

Adjacent sequences:  A104742 A104743 A104744 * A104746 A104747 A104748

KEYWORD

nonn,easy

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Mar 23 2005

EXTENSIONS

More terms from Jonathan R. Love (japanada11(AT)yahoo.ca), Mar 09 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 17:11 EST 2012. Contains 205938 sequences.