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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098704 Decimal form of the binary numbers 10, 100010, 1000100010, 10001000100010, 100010001000100010,... 2
2, 34, 546, 8738, 139810, 2236962, 35791394, 572662306, 9162596898, 146601550370, 2345624805922, 37529996894754, 600479950316066, 9607679205057058, 153722867280912930, 2459565876494606882 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

COMMENTS

Decimal form of the hexadecimal numbers 2 22 222 2222 22222 222222,...infinity 2*16^0+2*16^1=2+32=34 etc... - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Feb 01 2007

For n>0: A131852(a(n+1))=n and ABS(A131852(m))<n for m<a(n+1); a(n)=2*A131865(n-2). - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jul 22 2007

FORMULA

lim_{n -> infinity}((a_{n})/(a_{n-k}))=2^{4(n-k)}.

2*sum(k=0, n, 16^k) = 2*(1-16^(n+1))/-15).

MATHEMATICA

s=0; lst={}; Do[s+=2^n; AppendTo[lst, s], {n, 1, 2*5!, 4}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 07 2008]

PROG

(PARI) for(n=0, 20, print(2*sum(k=0, n, 2^(4*k))) for(k=0, 20, print(2*(1-16^(k+1))/-15))

CROSSREFS

Sequence in context: A005261 A104898 A071799 * A119298 A045585 A092883

Adjacent sequences:  A098701 A098702 A098703 * A098705 A098706 A098707

KEYWORD

nonn

AUTHOR

Simone Severini (simoseve(AT)gmail.com), Oct 26 2004

EXTENSIONS

More terms from Ray Chandler (rayjchandler(AT)sbcglobal.net), Nov 02 2004

More terms and Mathematica program Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 07 2008

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 14 20:38 EST 2012. Contains 205663 sequences.