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!)
A220662 Irregular table: row n (n>=1) consists of A084556(n) copies of A130664(n). 3
1, 2, 2, 4, 4, 6, 6, 6, 9, 9, 9, 12, 12, 12, 15, 15, 15, 18, 18, 18, 21, 21, 21, 24, 24, 24, 24, 28, 28, 28, 28, 32, 32, 32, 32, 36, 36, 36, 36, 40, 40, 40, 40, 44, 44, 44, 44, 48, 48, 48, 48, 52, 52, 52, 52, 56, 56, 56, 56, 60, 60, 60, 60, 64, 64, 64, 64, 68 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The term a(n) gives the position of the first term in A030298 which belongs to the same permutation as A030298(n) itself.
LINKS
FORMULA
a(n) = A130664(A084557(n)) = A084555(A084557(n)-1)+1.
a(A130664(n)) = A130664(n).
EXAMPLE
Rows of this irregular table begin as:
1;
2, 2;
4, 4;
6, 6, 6;
9, 9, 9;
PROG
(define (A220662 n) (1+ (A084555 (-1+ (A084557 n)))))
CROSSREFS
Sequence in context: A250983 A070320 A124195 * A079584 A179291 A004079
KEYWORD
nonn,tabf
AUTHOR
Antti Karttunen, Dec 18 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 May 11 03:52 EDT 2024. Contains 372388 sequences. (Running on oeis4.)