The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A064749 a(n) = n*11^n + 1. 1
1, 12, 243, 3994, 58565, 805256, 10629367, 136410198, 1714871049, 21221529220, 259374246011, 3138428376722, 37661140520653, 448795257871104, 5316497670165375, 62658722541234766, 735195677817154577, 8592599484487994108, 100078511642860166659 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A064757(n) + 2 for n>=1. - Georg Fischer, Feb 19 2021
G.f.: -(110*x^2-11*x+1)/((x-1)*(11*x-1)^2). - Alois P. Heinz, Feb 19 2021
MAPLE
k:= 11; f:= gfun:-rectoproc({-1 - (k-1)*n + k*n*a(n-1) - (n-1)*a(n) = 0, a(0) = 1, a(1) = k+1}, a(n), remember): map(f, [$0..20]); # Georg Fischer, Feb 19 2021
PROG
(Magma) [n*11^n+1: n in [0..20]]; // Vincenzo Librandi, Sep 16 2011
CROSSREFS
For a(n)=n*k^n+1: A000012 (k=0), A000027(n+1) (k=1), A002064 (k=2), A050914 (k=3), A050915 (k=4), A050916 (k=5), A050917 (k=6), A050919 (k=7), A064746 (k=8), A064747 (k=9), A064748 (k=10), this sequence (k=11), A064750 (k=12).
Sequence in context: A012350 A220216 A126687 * A009472 A012066 A239777
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Oct 19 2001
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 June 8 00:48 EDT 2024. Contains 373206 sequences. (Running on oeis4.)