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!)
A139611 55n + 11. 3
11, 66, 121, 176, 231, 286, 341, 396, 451, 506, 561, 616, 671, 726, 781, 836, 891, 946, 1001, 1056, 1111, 1166, 1221, 1276, 1331, 1386, 1441, 1496, 1551, 1606, 1661, 1716, 1771, 1826, 1881, 1936, 1991, 2046, 2101, 2156, 2211, 2266 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Numbers of the 11th column of positive numbers in the square array of nonnegative and polygonal numbers A139600.
LINKS
FORMULA
a(n) = A057145(n+2,11).
a(n) = 11 * A016861(n). - Wesley Ivan Hurt, Apr 16 2014
G.f.: 11*(1+4*x)/(x-1)^2 . - R. J. Mathar, Jul 28 2016
MAPLE
A139611:=n->55*n + 11; seq(A139611(n), n=0..50); # Wesley Ivan Hurt, Apr 16 2014
MATHEMATICA
Table[55 n + 11, {n, 0, 50}] (* Wesley Ivan Hurt, Apr 16 2014 *)
PROG
(Magma) [11*(5*n + 1): n in [0..60]]; // Vincenzo Librandi, Jul 23 2011
(PARI) a(n)=55*n+11 \\ Charles R Greathouse IV, Oct 05 2011
CROSSREFS
Sequence in context: A054490 A126479 A260151 * A154617 A297751 A063842
KEYWORD
easy,nonn
AUTHOR
Omar E. Pol, Apr 27 2008
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 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)