[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 A172357 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A172357 n such that the Liouville function lambda(n) take successively, from n, the values 1,-1,1,-1,1,-1
(history; published version)
#16 by Joerg Arndt at Tue Feb 04 13:08:04 EST 2014
STATUS

reviewed

approved

#15 by Wesley Ivan Hurt at Tue Feb 04 13:03:58 EST 2014
STATUS

proposed

reviewed

#14 by Michel Marcus at Tue Feb 04 13:03:14 EST 2014
STATUS

editing

proposed

#13 by Michel Marcus at Tue Feb 04 13:03:10 EST 2014
NAME

n such that the Liouville function lambda(n) take successively, from n, the values 1,-1,1,-1,1,-1

STATUS

approved

editing

#12 by Charles R Greathouse IV at Mon May 13 01:49:13 EDT 2013
PROG

for(n=1, 1e4, if(lambda(n)==1&lambda(n+1)==-1&lambda(n+2)==1&&lambda(n+3)==-1&lambda(n+4)==1&&lambda(n+5)==-1, print1(n", "))) /* ", "))) /* _Charles R Greathouse IV, _, Jun 13 2011 */

Discussion
Mon May 13 01:49
OEIS Server: https://oeis.org/edit/global/1914
#11 by Harvey P. Dale at Sat May 19 10:30:25 EDT 2012
STATUS

editing

approved

#10 by Harvey P. Dale at Sat May 19 10:30:19 EDT 2012
MATHEMATICA

Transpose[Transpose[#][[1]]&/@Select[Partition[Range[Table[{n, LiouvilleLambda[ n]}, {n, 3100], }], 6, 1], LiouvilleLambda[#] == {Transpose[#][[2]]=={1, -1, 1, -1, 1, -1}&]][[1]] Harvey P. Dale, May 19 2012

STATUS

approved

editing

#9 by Harvey P. Dale at Sat May 19 09:29:01 EDT 2012
STATUS

editing

approved

#8 by Harvey P. Dale at Sat May 19 09:28:56 EDT 2012
LINKS

Harvey P. Dale, <a href="/A172357/b172357.txt">Table of n, a(n) for n = 1..1000</a>

STATUS

approved

editing

#7 by Harvey P. Dale at Sat May 19 09:26:01 EDT 2012
STATUS

editing

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 30 21:23 EDT 2024. Contains 375549 sequences. (Running on oeis4.)