The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A255437 In positive integers: replace k^2 with the first k odd numbers. 10

%I #8 Mar 30 2017 22:09:51

%S 1,2,3,1,3,5,6,7,8,1,3,5,10,11,12,13,14,15,1,3,5,7,17,18,19,20,21,22,

%T 23,24,1,3,5,7,9,26,27,28,29,30,31,32,33,34,35,1,3,5,7,9,11,37,38,39,

%U 40,41,42,43,44,45,46,47,48,1,3,5,7,9,11,13,50,51

%N In positive integers: replace k^2 with the first k odd numbers.

%C a(A005448(n)) = 1;

%C conjecture: a(A068722(n)) = (2*n+1)^2, i.e. A068722(n) = gives the position of the first occurrence of n-th odd square;

%C A164514(n) = a(A255527(n)) and a(m) < A164514(n) for m < A255527(n).

%H Reinhard Zumkeller, <a href="/A255437/b255437.txt">Table of n, a(n) for n = 1..10000</a>

%e . A000290 | 1, 4, 9, 16, . . .

%e . A000027 | _,2,3,___,5,6,7,8,_____,10,11,12,13,14,15,_______,17,18,...

%e . A158405 | 1, 1,3, 1,3,5, 1,3,5,7,

%e . --------+-------------------------------------------------------------

%e . a(n) | 1,2,3,1,3,5,6,7,8,1,3,5,10,11,12,13,14,15,1,3,5,7,17,18,19 .

%o a255437 n = a255437_list !! (n-1)

%o a255437_list = f 0 [1..] a158405_tabl where

%o f k xs (zs:zss) = us ++ zs ++ f (k + 2) vs zss

%o where (us, v:vs) = splitAt k xs

%Y Cf. A256188, A000290, A000037, A158405, A016742, A164514, A255527, A005448, A255507 (first differences), A255508 (partial sums).

%K nonn

%O 1,2

%A _Reinhard Zumkeller_, Mar 23 2015

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 14 09:39 EDT 2024. Contains 372532 sequences. (Running on oeis4.)