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!)
A155733 a(n) = a(n-1)^n+n-1; a(1)=1. 0
1, 2, 10, 10003, 100150090027004050247 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(6) has 121 digits. a(n) modulo 2 gives the pattern 1,0,0,1,1,0,0,1,1...
LINKS
FORMULA
a(n) = a(n-1)^n+n-1.
EXAMPLE
a(4) = a(3)^4+3 = 10^4+3 = 10003.
MATHEMATICA
RecurrenceTable[{a[1]==1, a[n]==a[n-1]^n+n-1}, a[n], {n, 6}] (* Harvey P. Dale, Oct 17 2011 *)
CROSSREFS
Sequence in context: A328157 A013557 A007158 * A080485 A125149 A079180
KEYWORD
nonn
AUTHOR
Avik Roy (avik_3.1416(AT)yahoo.co.in), Jan 26 2009
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 July 21 18:17 EDT 2024. Contains 374475 sequences. (Running on oeis4.)