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!)
A218036 a(n) = (n+1) + (n+3/2)*H(n) - (H(n)^3)/2, where H(n)=A002024(n). 0
4, 6, 9, 8, 12, 16, 10, 15, 20, 25, 12, 18, 24, 30, 36, 14, 21, 28, 35, 42, 49, 16, 24, 32, 40, 48, 56, 64, 18, 27, 36, 45, 54, 63, 72, 81, 20, 30, 40, 50, 60, 70, 80, 90, 100, 22, 33, 44, 55, 66, 77, 88, 99, 110, 121, 24, 36, 48, 60, 72, 84, 96, 108, 120 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are composite.
LINKS
Blake Ralston, Elemental Complete Composite Number Generators, The Fibonacci Quarterly, Volume 23, Number 2, May 1985, pp. 149-150.
FORMULA
a(n) = (A002024(n)+1)*(n+1-A002024(n)*(A002024(n)-1)/2).
As a triangle: T(n, k) = (k + 1)*(n + 1) with 1 <= k <= n. - Stefano Spezia, Nov 23 2019
EXAMPLE
Sequence can be seen as a triangle that begins:
4;
6, 9;
8, 12, 16;
10, 15, 20, 25;
12, 18, 24, 30, 36;
14, 21, 28, 35, 42, 49;
16, 24, 32, 40, 48, 56, 64;
...
MATHEMATICA
Table[(k+1)*(n+1), {n, 1, 11}, {k, 1, n}]//Flatten (* Stefano Spezia, Nov 23 2019 *)
CROSSREFS
Cf. A002024.
Sequence in context: A085088 A073870 A236025 * A236536 A084335 A277893
KEYWORD
nonn,tabl
AUTHOR
Michel Marcus, Oct 19 2012
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 24 15:34 EDT 2024. Contains 374584 sequences. (Running on oeis4.)