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!)
A255550 Main diagonal of array A255551. 7
2, 5, 39, 91, 199, 315, 567, 829, 1227, 1513, 1953, 2569, 3277, 3769, 5119, 5925, 6607, 7539, 8319, 9375, 11007, 12511, 14103, 15801, 17593, 19165, 22213, 23617, 25467, 26967, 29347, 32733, 35809, 38085, 40953, 42915, 49093, 51787, 54055, 57459, 60409, 64057, 68433, 71637, 76299, 79719, 82545, 86133, 94921, 98037, 102745 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equally, 2 followed by the first subdiagonal of A255543.
LINKS
FORMULA
a(n) = A255551(n,n).
a(1) = 2; for n > 1: a(n) = A255543(n,n-1).
Other identities.
For all n >= 1, a(n) = A255553(A083141(n)).
PROG
(Scheme, two variants)
(define (A255550 n) (if (= 1 n) 2 (A255543bi n (- n 1)))) ;; A255543bi is given in A255543.
(define (A255550v2 n) (A255551bi n n)) ;; A255551bi is given in A255551.
CROSSREFS
Cf. also A083141, A255410, A255553.
Sequence in context: A206155 A135378 A077398 * A362800 A357822 A183255
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 26 2015
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 7 17:24 EDT 2024. Contains 372310 sequences. (Running on oeis4.)