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!)
A253169 Smallest m such that A256188(m) = n. 3
1, 2, 9, 5, 6, 36, 10, 11, 12, 100, 17, 18, 19, 20, 225, 26, 27, 28, 29, 30, 441, 37, 38, 39, 40, 41, 42, 784, 50, 51, 52, 53, 54, 55, 56, 1296, 65, 66, 67, 68, 69, 70, 71, 72, 2025, 82, 83, 84, 85, 86, 87, 88, 89, 90, 3025, 101, 102, 103, 104, 105, 106, 107 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A256188(a(n)) = n and A256188(m) != n for m < a(n).
LINKS
FORMULA
a(n) = if n triangular then n^2 else A004202(n + 1 - A002024(n)).
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a253169 = (+ 1) . fromJust . (`elemIndex` a256188_list)
CROSSREFS
Sequence in context: A077124 A051491 A339204 * A339925 A171052 A021342
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 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 April 26 20:34 EDT 2024. Contains 372004 sequences. (Running on oeis4.)