login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078225 a(n) = A078221(n+1)/A078221(n). 5
3, 3, 11, 101, 10001, 100000001, 10000000000000001, 100000000000000000000000000000001, 10000000000000000000000000000000000000000000000000000000000000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
For n>2, a(n) = 10^(2^(n-3))+1
MAPLE
A078221 := proc(n) if n =1 then 1 ; elif n = 2 then 3 ; else 10^(2^(n-3))-1 ; fi ; end: A078225 := proc(n) A078221(n+1)/A078221(n) ; end: for n from 1 to 20 do print(A078225(n)) ; od ; # R. J. Mathar, Feb 03 2007, using the formula for A078221
CROSSREFS
Sequence in context: A350921 A352857 A352582 * A244247 A211346 A163372
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 23 2002
EXTENSIONS
More terms from R. J. Mathar, Feb 03 2007, using the formula for A078221
a(5) corrected by Max Alekseyev, Aug 21 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)