[go: up one dir, main page]

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!)
Revision History for A254112 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A254112 Row index of n in A254105: If A234017(n) = 0, then a(n) = A213714(n), otherwise a(n) = a(A234017(n)).
(history; published version)
#8 by N. J. A. Sloane at Tue Dec 15 12:12:07 EST 2015
STATUS

editing

approved

#7 by N. J. A. Sloane at Tue Dec 15 12:12:04 EST 2015
CROSSREFS

Cf. A254111 (corresponding othercolumn index).

STATUS

approved

editing

#6 by Peter Luschny at Fri Feb 06 02:48:36 EST 2015
STATUS

proposed

approved

#5 by Antti Karttunen at Thu Feb 05 19:47:15 EST 2015
STATUS

editing

proposed

#4 by Antti Karttunen at Tue Jan 27 09:52:55 EST 2015
LINKS

Antti Karttunen, <a href="/A254112/b254112.txt">Table of n, a(n) for n = 1..8192</a>

Discussion
Tue Feb 03 21:45
OEIS Server: This sequence has not been edited or commented on for a week
yet is not proposed for review.  If it is ready for review, please
visit https://oeis.org/draft/A254112 and click the button that reads
"These changes are ready for review by an OEIS Editor."

Thanks.
  - The OEIS Server
#3 by Antti Karttunen at Tue Jan 27 09:50:24 EST 2015
CROSSREFS

Row index of n in A254105. Column index for A254107.

Cf. A254111 (corresponding other index).

Cf. A213714, A234017.

#2 by Antti Karttunen at Tue Jan 27 09:49:42 EST 2015
NAME

allocatedRow index of n in A254105: If forA234017(n) = 0, then Anttia(n) = A213714(n), otherwise Karttunena(n) = a(A234017(n)).

DATA

1, 1, 2, 3, 1, 2, 4, 5, 3, 6, 7, 1, 2, 4, 8, 9, 5, 10, 11, 3, 6, 12, 13, 7, 14, 15, 1, 2, 4, 8, 16, 17, 9, 18, 19, 5, 10, 20, 21, 11, 22, 23, 3, 6, 12, 24, 25, 13, 26, 27, 7, 14, 28, 29, 15, 30, 31, 1, 2, 4, 8, 16, 32, 33, 17, 34, 35, 9, 18, 36, 37, 19, 38, 39, 5, 10, 20, 40, 41, 21, 42, 43, 11, 22, 44, 45, 23, 46, 47, 3, 6, 12, 24, 48, 49, 25, 50

OFFSET

1,3

FORMULA

If A234017(n) = 0, then a(n) = A213714(n), otherwise a(n) = a(A234017(n)).

PROG

(Scheme with memoizing macro definec)

(definec (A254112 n) (if (zero? (A234017 n)) (A213714 n) (A254112 (A234017 n))))

KEYWORD

allocated

nonn

AUTHOR

Antti Karttunen, Jan 27 2015

STATUS

approved

editing

#1 by Antti Karttunen at Sun Jan 25 10:39:53 EST 2015
NAME

allocated for Antti Karttunen

KEYWORD

allocated

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 August 31 03:15 EDT 2024. Contains 375550 sequences. (Running on oeis4.)