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!)
A115408 Integer permutation induced by A024431. 5
1, 6, 15, 3, 2, 5, 4, 28, 45, 10, 66, 9, 14, 91, 13, 8, 7, 120, 12, 11, 153, 190, 21, 231, 276, 20, 325, 378, 435, 496, 27, 561, 630, 26, 703, 19, 780, 18, 861, 946, 1035, 17, 16, 25, 1128, 24, 1225, 1326, 1431, 23, 22, 1540, 1653, 36, 1770, 1891, 2016, 2145 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = A115406(n)*(A115406(n)-1)/2 + A115407(n) + 1;
inverse: A115409.
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a115408 = (+ 1) . fromJust . (`elemIndex` a115409_list)
-- Reinhard Zumkeller, Sep 16 2014
CROSSREFS
Sequence in context: A013314 A328339 A019306 * A327602 A105052 A003566
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jan 22 2006
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 2 21:21 EDT 2024. Contains 372203 sequences. (Running on oeis4.)