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!)
A255413 Row 3 of Ludic array A255127: a(n) = A007310((5*n)-3). 7
5, 19, 35, 49, 65, 79, 95, 109, 125, 139, 155, 169, 185, 199, 215, 229, 245, 259, 275, 289, 305, 319, 335, 349, 365, 379, 395, 409, 425, 439, 455, 469, 485, 499, 515, 529, 545, 559, 575, 589, 605, 619, 635, 649, 665, 679, 695, 709, 725, 739, 755, 769, 785, 799, 815, 829, 845, 859, 875, 889, 905, 919, 935, 949, 965, 979, 995, 1009 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A007310((5*n)-3).
a(n) = A255407(A084967(n)) = A255407(5*A007310(n)).
Other identities. For all n >= 0:
a(2n+1) = 5*A016921(n).
MATHEMATICA
a[n_] := 15 n + Mod[n, 2] - 11;
Array[a, 100] (* Jean-François Alcover, Mar 14 2016 *)
PROG
(Scheme, two alternatives)
(define (A255413 n) (A255127bi 3 n)) ;; Code for A255127bi given in A255127.
(define (A255413 n) (A007310 (- (* 5 n) 3)))
CROSSREFS
Row 3 of A255127.
Sequence in context: A252930 A031019 A324557 * A031041 A029523 A289289
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 22 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 April 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)